From ebf5217cd7cd9a97981442ad5ac297f830130f50 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Fri, 12 Jun 2026 02:22:39 -0700 Subject: [PATCH] wip --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"