Skip to content

Commit

Permalink
Update travis file
Browse files Browse the repository at this point in the history
Fix a build problem in after_success stage
  • Loading branch information
engapa authored Dec 5, 2017
1 parent 7d27b67 commit d9eb472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ after_success:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker push engapa/zookeeper:$ZOO_VERSION
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then
docker build --no-cache -t engapa/zookeeper:latest;
docker build --no-cache -t engapa/zookeeper:latest .;
docker push engapa/zookeeper:latest;
fi

Expand Down

0 comments on commit d9eb472

Please sign in to comment.