format/tryagain -> develop/tryagain
build-develop-branch / build-branch (push) Failing after 26s
Details
build-develop-branch / build-branch (push) Failing after 26s
Details
This commit is contained in:
parent
994a9c414a
commit
665cd9242b
|
@ -30,6 +30,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||||
git -C ../cloned fetch --depth=1
|
git -C ../cloned fetch --depth=1
|
||||||
|
git -C ../cloned branch
|
||||||
git -C ../cloned checkout $DEVELOPMENT_BRANCH
|
git -C ../cloned checkout $DEVELOPMENT_BRANCH
|
||||||
mv ../cloned/.git ..
|
mv ../cloned/.git ..
|
||||||
rm -rf ../cloned
|
rm -rf ../cloned
|
||||||
|
|
Loading…
Reference in New Issue