Fixing path

This commit is contained in:
Sahil Ahuja 2025-02-04 17:18:17 +05:30
parent 893b0f6190
commit 3715a53d2c

View File

@ -48,6 +48,6 @@ jobs:
REPOLIST=./github/repolist.txt
pwd; ls -al;
cd cs;
../deploy-tools/repo_to_cs.sh -m $DOCKER_BASE -r $REPOLIST
../deploy-tools/src/repo_to_cs.sh -m $DOCKER_BASE -r $REPOLIST
git push origin main
git push --tags origin main