diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 68de02e..03d2bb7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -54,9 +54,9 @@ jobs: SHA: ${{ github.sha }} IMAGE_DIGEST: ${{ needs.build.outputs.image_digest }} run: | - git clone "https://${FORGE_USER}:${FORGE_TOKEN}@forge.quinefoundation.com/Cold-Air-Networks/petersweb-infra.git" infra - cd infra - chmod -R u+r . + rm -rf /root/petersweb-infra + git clone "https://${FORGE_USER}:${FORGE_TOKEN}@forge.quinefoundation.com/Cold-Air-Networks/petersweb-infra.git" /root/petersweb-infra + cd /root/petersweb-infra BRANCH="bump-riverside-${SHA:0:7}" git checkout -b "$BRANCH"