Skip to content

Commit

Permalink
Fix travis to make container on release.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wels <[email protected]>
  • Loading branch information
awels committed Nov 14, 2019
1 parent 1e9fc77 commit a7649f6
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 a7649f6

Please sign in to comment.