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 }}
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue