Skip to content

Commit

Permalink
removing push from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-source committed Apr 27, 2020
1 parent 0135eae commit 577de94
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 @@ -15,4 +15,4 @@ jobs:
script: make test && make test-cover
- stage: deploy
if: branch = master OR branch = /^release\/.*/
script: OPERATOR_IMAGE_TAG="${TRAVIS_TAG:-latest}" make docker-login build push
script: OPERATOR_IMAGE_TAG="${TRAVIS_TAG:-latest}" make docker-login build

0 comments on commit 577de94

Please sign in to comment.