New version
This commit is contained in:
parent
cab60cbda4
commit
0a34f17819
6
.github/workflows/push-cs-update.yml
vendored
6
.github/workflows/push-cs-update.yml
vendored
@ -43,6 +43,9 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
git config --global user.name 'bot-build'
|
||||
git config --global user.email 'techbots+build@gmetri.com'
|
||||
|
||||
BUILD_ID=${{ steps.read-issue.outputs.BUILD_ID }}
|
||||
DOCKER_BASE=${{ steps.read-issue.outputs.DOCKER_BASE }}
|
||||
REPOLIST=./.github/repolist.txt
|
||||
@ -51,8 +54,5 @@ jobs:
|
||||
cd cs;
|
||||
../deploy-tools/src/repo_to_cs.sh -m $DOCKER_BASE -t $BUILD_ID -r $REPOLIST
|
||||
|
||||
git config --global user.name 'bot-build'
|
||||
git config --global user.email 'techbots+build@gmetri.com'
|
||||
|
||||
git push origin main
|
||||
git push --tags origin main
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user