Skip to content

Commit

Permalink
Merge pull request #24 from awels/update_travis
Browse files Browse the repository at this point in the history
Fix travis to make container on release.
  • Loading branch information
awels committed Nov 14, 2019
2 parents 1e9fc77 + a7649f6 commit 88adc1f
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 @@ -29,7 +29,7 @@ deploy:
- TAG=$TRAVIS_TAG
script: make push
branches:
only: /v[0-9]+\.[0-9]+\.[0-9]+(-alpha\.[0-9]+){0,1}/
only: /v[0-9]+\.[0-9]+\.[0-9]+(-alpha\.[0-9]+){0,1}/
on:
tags: true
repo: kubevirt/hostpath-provisioner
Expand Down

0 comments on commit 88adc1f

Please sign in to comment.