.....
convert-to-yml / develop-branch (push) Successful in 27s Details

This commit is contained in:
giles 2023-10-23 03:21:20 +01:00
parent 31aa516eec
commit 3b0cc35641
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
git -C ../cloned fetch origin #--depth=1 git -C ../cloned fetch origin #--depth=1
git -C ../cloned branch -r git -C ../cloned branch -r
git -C ../cloned switch $DEVELOPMENT_BRANCH || git -C ../cloned checkout -b $DEVELOPMENT_BRANCH git -C ../cloned checkout $DEVELOPMENT_BRANCH || git -C ../cloned checkout -b $DEVELOPMENT_BRANCH
mv ../cloned/.git .. mv ../cloned/.git ..
rm -rf ../cloned rm -rf ../cloned
cp -r . ../cloned cp -r . ../cloned

File diff suppressed because one or more lines are too long