Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Restore travis docker pushes from branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Jul 3, 2017
1 parent e4a7c03 commit 110ccf0
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 @@ -50,7 +50,7 @@ matrix:
script:
- docker build -t mozilla/ssh_scan .
- >
if [ [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ] ]; then \
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then \
docker login -u="$DOCKER_USER" -p="$DOCKER_PASS" ;\
docker push mozilla/ssh_scan:latest ;\
else \
Expand Down

0 comments on commit 110ccf0

Please sign in to comment.