llllllllllllll
convert-to-yml / develop-branch (push) Failing after 24s Details

This commit is contained in:
giles 2023-10-23 02:49:26 +01:00
parent 2d3f8fa2f2
commit 625fbfb5e7
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ jobs:
- name: clone
run: |
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
git fetch --depth=1
git -C ../cloned checkout -b $DEVELOPMENT_BRANCH
mv ../cloned/.git ..
rm -rf ../cloned