Skip to content

Commit 620c9be

Browse files
committed
Try different approach
Signed-off-by: Alexander Wels <[email protected]>
1 parent 88adc1f commit 620c9be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ deploy:
2525
repo: kubevirt/hostpath-provisioner
2626
# Release versioned images
2727
- provider: script
28-
env:
29-
- TAG=$TRAVIS_TAG
30-
script: make push
28+
script: TAG=$TRAVIS_TAG make push
3129
branches:
3230
only: /v[0-9]+\.[0-9]+\.[0-9]+(-alpha\.[0-9]+){0,1}/
3331
on:

0 commit comments

Comments
 (0)