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

This commit is contained in:
Philip Peterson 2026-06-12 02:16:49 -07:00
parent 1f0da87771
commit 3376587a46

View file

@ -56,6 +56,7 @@ jobs:
run: | run: |
git clone "https://${FORGE_USER}:${FORGE_TOKEN}@forge.quinefoundation.com/Cold-Air-Networks/petersweb-infra.git" infra git clone "https://${FORGE_USER}:${FORGE_TOKEN}@forge.quinefoundation.com/Cold-Air-Networks/petersweb-infra.git" infra
cd infra cd infra
chmod -R u+r .
BRANCH="bump-riverside-${SHA:0:7}" BRANCH="bump-riverside-${SHA:0:7}"
git checkout -b "$BRANCH" git checkout -b "$BRANCH"