mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 05:49:26 +00:00
Add 'k3s' to kubernetes version metadata in dev builds
This commit is contained in:
@@ -40,6 +40,6 @@ if [[ -n "$GIT_TAG" ]]; then
|
||||
fi
|
||||
VERSION=$GIT_TAG
|
||||
else
|
||||
VERSION="$VERSION_K8S+${COMMIT:0:8}$DIRTY"
|
||||
VERSION="$VERSION_K8S+k3s-${COMMIT:0:8}$DIRTY"
|
||||
fi
|
||||
VERSION_TAG="$(sed -e 's/+/-/g' <<< "$VERSION")"
|
||||
|
||||
Reference in New Issue
Block a user