New version

This commit is contained in:
Sahil Ahuja 2025-02-04 17:34:25 +05:30
parent cab60cbda4
commit 0a34f17819

View File

@ -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