Skip to content

Commit

Permalink
Remove v from tags for development builds
Browse files Browse the repository at this point in the history
  • Loading branch information
perk-sumo committed Mar 10, 2020
1 parent d83f976 commit 4127801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ if [ -n "$DOCKER_PASSWORD" ] && [ -n "$TRAVIS_TAG" ]; then

elif [ -n "$DOCKER_PASSWORD" ] && [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_EVENT_TYPE" == "push" ]; then
dev_build_tag=$(git describe --tags --always)
dev_build_tag=${dev_build_tag#v}
push_docker_image "$dev_build_tag"
push_helm_chart "$dev_build_tag"

Expand Down

0 comments on commit 4127801

Please sign in to comment.