Skip to content

Commit

Permalink
add docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jul 14, 2018
1 parent 0acd633 commit b1bf2ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_script:
pwd:"root",
roles:["readWrite"]
});'
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
jobs:
include:
# run unit tests
Expand Down

0 comments on commit b1bf2ed

Please sign in to comment.