mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Add 'k3s' to kubernetes version metadata in dev builds
This commit is contained in:
parent
95760fff0f
commit
c100dfc2cb
@ -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")"
|
||||
|
Loading…
Reference in New Issue
Block a user