Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
import-yuefeng committed Feb 17, 2019
1 parent a2568e5 commit 02da76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ notifications:
email: true

after_success:
- echo $DOCKER_USERNAME
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD;
- echo "$DOCKER_USERNAME"
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then
docker tag catone/inspire:pre_build catone/inspire:server;
docker push catone/inspire:server;
Expand Down

0 comments on commit 02da76b

Please sign in to comment.