format/tryagain -> develop/tryagain
build-develop-branch / build-branch (push) Failing after 23s Details

This commit is contained in:
Continuous Integration 2023-10-23 02:00:59 +00:00
parent d3babdad01
commit 80dd8ec1d2
1 changed files with 2 additions and 2 deletions

View File

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