Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Fix Docker login command
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan authored May 22, 2018
1 parent 6086b7c commit 0ee169b
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 @@ -17,7 +17,7 @@ after_success:
- "./test/test.sh coveralls.py"
- if [ -z "$DOCKER_PASS" ] ; then echo "This is a build triggered by an external PR.
Skipping docker push."; exit 0; fi;
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS;
- echo $DOCKER_PASS | docker login -e $DOCKER_EMAIL --password-stdin;
- "./scripts/push.sh"
notifications:
slack:
Expand Down

0 comments on commit 0ee169b

Please sign in to comment.