Fix remote

This commit is contained in:
Sahil Ahuja 2025-02-04 17:21:43 +05:30
parent 3715a53d2c
commit e43ebef849

View File

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