repolist fix path

This commit is contained in:
Sahil Ahuja 2025-02-04 17:26:05 +05:30
parent e43ebef849
commit 37da8f7bf5

View File

@ -45,7 +45,7 @@ jobs:
run: | run: |
BUILD_ID=${{ steps.read-issue.outputs.BUILD_ID }} BUILD_ID=${{ steps.read-issue.outputs.BUILD_ID }}
DOCKER_BASE=${{ steps.read-issue.outputs.DOCKER_BASE }} DOCKER_BASE=${{ steps.read-issue.outputs.DOCKER_BASE }}
REPOLIST=./github/repolist.txt REPOLIST=./.github/repolist.txt
pwd; ls -al; pwd; ls -al;
cd cs; cd cs;
../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