format/tryagain -> develop/tryagain
build-develop-branch / build-branch (push) Failing after 25s
Details
build-develop-branch / build-branch (push) Failing after 25s
Details
This commit is contained in:
parent
665cd9242b
commit
d3babdad01
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: clone
|
- name: clone
|
||||||
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 origin #--depth=1
|
||||||
git -C ../cloned branch
|
git -C ../cloned branch
|
||||||
git -C ../cloned checkout $DEVELOPMENT_BRANCH
|
git -C ../cloned checkout $DEVELOPMENT_BRANCH
|
||||||
mv ../cloned/.git ..
|
mv ../cloned/.git ..
|
||||||
|
|
Loading…
Reference in New Issue