Debug version

This commit is contained in:
Sahil Ahuja 2025-03-04 21:54:35 +05:30
parent 22c46d4e24
commit a608f6b4d6
3 changed files with 3 additions and 3 deletions

View File

@ -59,8 +59,6 @@ jobs:
pwd; ls -al;
cd cs;
set -x;
../deploy-tools/src/repo_to_cs.sh -m $DOCKER_BASE -t $BUILD_ID -r $REPOLIST;
git push origin main;

View File

@ -39,6 +39,8 @@ main()
fi
done <<< "$KUST_FILES_LINES"
set -x;
pwd;
source $SCRIPT_DIR/repo_to_cs_basetag.sh;
# cat $NEW_TAG > version; #To always allow a commit
# git add version;

View File

@ -12,7 +12,7 @@
# Based on https://gist.github.com/CSTDev/08c127680e3b5fae38c051da3e489351
# Commit with a log containing #minor or #major to increment the respective version number
set -x
#get highest tag number containing at least 2 dots
VERSION=`git describe --abbrev=0 --tags --match="v[0-9]*\.[0-9]*\.[0-9]*"`