repolist fix path
This commit is contained in:
parent
e43ebef849
commit
37da8f7bf5
2
.github/workflows/push-cs-update.yml
vendored
2
.github/workflows/push-cs-update.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
run: |
|
||||
BUILD_ID=${{ steps.read-issue.outputs.BUILD_ID }}
|
||||
DOCKER_BASE=${{ steps.read-issue.outputs.DOCKER_BASE }}
|
||||
REPOLIST=./github/repolist.txt
|
||||
REPOLIST=./.github/repolist.txt
|
||||
pwd; ls -al;
|
||||
cd cs;
|
||||
../deploy-tools/src/repo_to_cs.sh -m $DOCKER_BASE -t $BUILD_ID -r $REPOLIST
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user