Skip to content

Commit

Permalink
Merge pull request #19 from awels/fix_travis_push
Browse files Browse the repository at this point in the history
Update travis push to properly push container
  • Loading branch information
awels authored Nov 14, 2019
2 parents f482dcf + e7a6b27 commit e1cf335
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ deploy:
branch: master
repo: kubevirt/hostpath-provisioner-operator
- provider: script
env:
- TAG=$TRAVIS_TAG
script: make push
script: TAG=$TRAVIS_TAG make push
branches:
only: "/v[0-9]+\\.[0-9]+\\.[0-9]+(-alpha\\.[0-9]+){0,1}/"
on:
Expand Down

0 comments on commit e1cf335

Please sign in to comment.