llllllllllllll
convert-to-yml / develop-branch (push) Failing after 24s
Details
convert-to-yml / develop-branch (push) Failing after 24s
Details
This commit is contained in:
parent
2d3f8fa2f2
commit
625fbfb5e7
|
@ -29,6 +29,7 @@ jobs:
|
||||||
- name: clone
|
- name: clone
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||||
|
git fetch --depth=1
|
||||||
git -C ../cloned checkout -b $DEVELOPMENT_BRANCH
|
git -C ../cloned checkout -b $DEVELOPMENT_BRANCH
|
||||||
mv ../cloned/.git ..
|
mv ../cloned/.git ..
|
||||||
rm -rf ../cloned
|
rm -rf ../cloned
|
||||||
|
|
Loading…
Reference in New Issue