llllllllllllll
convert-to-yml / develop-branch (push) Successful in 25s Details

This commit is contained in:
giles 2023-10-23 02:52:35 +01:00
parent d965c14fea
commit b5b5a4c5bb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +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 checkout -b $DEVELOPMENT_BRANCH git -C ../cloned checkout $DEVELOPMENT_BRANCH
mv ../cloned/.git .. mv ../cloned/.git ..
rm -rf ../cloned rm -rf ../cloned
cp -r . ../cloned cp -r . ../cloned