Fix missing version for tags

pull/1214/head
Erik Wilson 2019-12-17 23:29:05 -07:00
parent b43c8e4574
commit 178898f969
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ if [[ -n "$GIT_TAG" ]]; then
VERSION=$GIT_TAG
else
VERSION="$(sed -e 's/[-+].*//' <<< "$VERSION_K8S")+$COMMIT$DIRTY"
VERSION_TAG="$(sed -e 's/+/-/g' <<< "$VERSION")"
fi
VERSION_TAG="$(sed -e 's/+/-/g' <<< "$VERSION")"