We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fe394 commit ba5627bCopy full SHA for ba5627b
scripts/deploy-on-kind.sh
@@ -168,7 +168,7 @@ function deploy_korifi() {
168
kbld_file="scripts/assets/korifi-debug-kbld.yml"
169
fi
170
171
- export VERSION=$(git describe --tags | awk -F'[.-]' '{$3++; print $1 "." $2 "." $3 "-" $4 "-" $5}' | awk '{print substr($1,2)}')
+ export VERSION=$(git describe --tags --long | awk -F'[.-]' '{$3++; print $1 "." $2 "." $3 "-" $4 "-" $5}' | awk '{print substr($1,2)}')
172
173
chart_dir=$(mktemp -d)
174
trap "rm -rf $chart_dir" RETURN
0 commit comments