Skip to content

Commit ba5627b

Browse files
uzabanovdanail-branekov
authored andcommitted
Fix deploy on kind
1 parent 67fe394 commit ba5627b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-on-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function deploy_korifi() {
168168
kbld_file="scripts/assets/korifi-debug-kbld.yml"
169169
fi
170170

171-
export VERSION=$(git describe --tags | awk -F'[.-]' '{$3++; print $1 "." $2 "." $3 "-" $4 "-" $5}' | awk '{print substr($1,2)}')
171+
export VERSION=$(git describe --tags --long | awk -F'[.-]' '{$3++; print $1 "." $2 "." $3 "-" $4 "-" $5}' | awk '{print substr($1,2)}')
172172

173173
chart_dir=$(mktemp -d)
174174
trap "rm -rf $chart_dir" RETURN

0 commit comments

Comments
 (0)