fix: checkout from Gitea repository URL
Staging Backend Quality Gate / validate (push) Failing after 1s
Staging Backend Quality Gate / publish-and-deploy (push) Has been skipped

This commit is contained in:
linmeng
2026-07-27 17:55:31 +08:00
parent 848e599333
commit 1f776bb99d
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
run: |
set -euo pipefail
git init .
git remote add origin "${GITEA_SERVER_URL}/${GITEA_REPOSITORY}.git"
git remote add origin "https://git.copse.top/root/Jyotisha.git"
git fetch --no-tags origin "${GITEA_SHA}"
git checkout --detach "${GITEA_SHA}"
- name: Verify Linux runner toolchain
@@ -79,7 +79,7 @@ jobs:
run: |
set -euo pipefail
git init .
git remote add origin "${GITEA_SERVER_URL}/${GITEA_REPOSITORY}.git"
git remote add origin "https://git.copse.top/root/Jyotisha.git"
git fetch --no-tags origin main "${GITEA_SHA}"
git checkout --detach "${GITEA_SHA}"
- name: Build, publish, and deploy immutable staging images