diff --git a/.gitea/workflows/backend-quality-gate.yml b/.gitea/workflows/backend-quality-gate.yml index faac9364..dc096240 100644 --- a/.gitea/workflows/backend-quality-gate.yml +++ b/.gitea/workflows/backend-quality-gate.yml @@ -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