Skip to content

Commit

Permalink
Fix: typo in Travis CI & CircleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Yeh committed Jan 9, 2016
1 parent fca999a commit 2144e28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ before_install:
- docker build -f 10-role/test/Dockerfile -t wordpress10 10-role
- docker build -f 11-galaxy/test/Dockerfile -t wordpress11 11-galaxy

- docker build -f 20-cluster/test/Dockerfile-db -t db20 20-cluster
- docker build -f 20-cluster/test/Dockerfile-wordpress -t wordpress 20-cluster
- docker build -f 20-cluster/test/Dockerfile-db -t db20 20-cluster
- docker build -f 20-cluster/test/Dockerfile-wordpress -t wordpress20 20-cluster

script:
- docker run -d --name wordpress06 wordpress06
Expand Down
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- docker build -f 10-role/test/Dockerfile -t wordpress10 10-role
- docker build -f 11-galaxy/test/Dockerfile -t wordpress11 11-galaxy

- docker build -f 20-cluster/test/Dockerfile-db -t db20 20-cluster
- docker build -f 20-cluster/test/Dockerfile-wordpress -t wordpress 20-cluster
- docker build -f 20-cluster/test/Dockerfile-db -t db20 20-cluster
- docker build -f 20-cluster/test/Dockerfile-wordpress -t wordpress20 20-cluster

test:
override:
Expand Down

0 comments on commit 2144e28

Please sign in to comment.