Fix missing version for tags

pull/1214/head
Erik Wilson 5 years ago
parent b43c8e4574
commit 178898f969

@ -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")"

Loading…
Cancel
Save