wip
This commit is contained in:
parent
3376587a46
commit
ebf5217cd7
1 changed files with 3 additions and 3 deletions
|
|
@ -54,9 +54,9 @@ jobs:
|
||||||
SHA: ${{ github.sha }}
|
SHA: ${{ github.sha }}
|
||||||
IMAGE_DIGEST: ${{ needs.build.outputs.image_digest }}
|
IMAGE_DIGEST: ${{ needs.build.outputs.image_digest }}
|
||||||
run: |
|
run: |
|
||||||
git clone "https://${FORGE_USER}:${FORGE_TOKEN}@forge.quinefoundation.com/Cold-Air-Networks/petersweb-infra.git" infra
|
rm -rf /root/petersweb-infra
|
||||||
cd infra
|
git clone "https://${FORGE_USER}:${FORGE_TOKEN}@forge.quinefoundation.com/Cold-Air-Networks/petersweb-infra.git" /root/petersweb-infra
|
||||||
chmod -R u+r .
|
cd /root/petersweb-infra
|
||||||
|
|
||||||
BRANCH="bump-riverside-${SHA:0:7}"
|
BRANCH="bump-riverside-${SHA:0:7}"
|
||||||
git checkout -b "$BRANCH"
|
git checkout -b "$BRANCH"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue