format/now -> develop/now
build-develop-branch / build-branch (push) Failing after 27s Details
build-develop-branch / delete (pull_request) Successful in 14s Details
build-develop-branch / if_merged (pull_request) Successful in 11s Details

This commit is contained in:
Continuous Integration 2023-10-23 02:15:33 +00:00
parent e6f3f3dc5c
commit 9f7b5c781e
1 changed files with 1 additions and 1 deletions

View File

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