Debug version

This commit is contained in:
Sahil Ahuja 2025-03-04 22:26:45 +05:30
parent c8322be7a1
commit 2e13dc6ba4

View File

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