Skip to content

Commit

Permalink
Strip 'v' from CSV_VERSION. (#932) (#933)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wels <[email protected]>
  • Loading branch information
awels authored Aug 20, 2019
1 parent 6762666 commit 2fef55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ before_deploy:
deploy:
# Release :latest images
- provider: script
script: env CSV_VERSION=$TRAVIS_TAG make publish
script: env CSV_VERSION=${TRAVIS_TAG#v} make publish
skip_cleanup: true
on:
branch: master
repo: kubevirt/containerized-data-importer
# Release versioned images
- provider: script
script: env CSV_VERSION=$TRAVIS_TAG make publish
script: env CSV_VERSION=${TRAVIS_TAG#v} make publish
branches:
only: /v[0-9]+\.[0-9]+\.[0-9]+(-alpha\.[0-9]+){0,1}/
on:
Expand Down

0 comments on commit 2fef55b

Please sign in to comment.