Debug version
This commit is contained in:
parent
22c46d4e24
commit
a608f6b4d6
2
.github/workflows/cs-update-push.yml
vendored
2
.github/workflows/cs-update-push.yml
vendored
@ -59,8 +59,6 @@ jobs:
|
|||||||
pwd; ls -al;
|
pwd; ls -al;
|
||||||
|
|
||||||
cd cs;
|
cd cs;
|
||||||
|
|
||||||
set -x;
|
|
||||||
../deploy-tools/src/repo_to_cs.sh -m $DOCKER_BASE -t $BUILD_ID -r $REPOLIST;
|
../deploy-tools/src/repo_to_cs.sh -m $DOCKER_BASE -t $BUILD_ID -r $REPOLIST;
|
||||||
|
|
||||||
git push origin main;
|
git push origin main;
|
||||||
|
|||||||
@ -39,6 +39,8 @@ main()
|
|||||||
fi
|
fi
|
||||||
done <<< "$KUST_FILES_LINES"
|
done <<< "$KUST_FILES_LINES"
|
||||||
|
|
||||||
|
set -x;
|
||||||
|
pwd;
|
||||||
source $SCRIPT_DIR/repo_to_cs_basetag.sh;
|
source $SCRIPT_DIR/repo_to_cs_basetag.sh;
|
||||||
# cat $NEW_TAG > version; #To always allow a commit
|
# cat $NEW_TAG > version; #To always allow a commit
|
||||||
# git add version;
|
# git add version;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
# Based on https://gist.github.com/CSTDev/08c127680e3b5fae38c051da3e489351
|
# Based on https://gist.github.com/CSTDev/08c127680e3b5fae38c051da3e489351
|
||||||
# Commit with a log containing #minor or #major to increment the respective version number
|
# 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
|
#get highest tag number containing at least 2 dots
|
||||||
VERSION=`git describe --abbrev=0 --tags --match="v[0-9]*\.[0-9]*\.[0-9]*"`
|
VERSION=`git describe --abbrev=0 --tags --match="v[0-9]*\.[0-9]*\.[0-9]*"`
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user