Skip to content

Commit

Permalink
Fix the issue with docker logging in. (parsa-epfl#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-apz authored and ustiugov committed Feb 13, 2018
1 parent a372945 commit cf065b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ then
# Push if this file was triggerred by a push command (not a pull request)
if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ]
then
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USER" -p="$DOCKER_PASS"
docker login -u="$DOCKER_USER" -p="$DOCKER_PASS"
# Pushing needs login, test if login was successful
result=$?
if [ $result != "0" ]
Expand Down

0 comments on commit cf065b4

Please sign in to comment.