wip
Some checks failed
CI / build (push) Successful in 2m50s
CI / bump-infra (push) Failing after 0s

This commit is contained in:
Philip Peterson 2026-06-12 02:22:39 -07:00
parent 3376587a46
commit ebf5217cd7

View file

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