Compare commits

..

2 Commits

Author SHA1 Message Date
Continuous Integration 2eda08b4c8 develop/now -> build/now 2023-10-23 02:13:56 +00:00
Continuous Integration e6f3f3dc5c format/now -> develop/now
build-develop-branch / build-branch (push) Successful in 27s Details
2023-10-23 02:13:27 +00:00
2 changed files with 2 additions and 2 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 checkout -b $DEVELOPMENT_BRANCH
git -C ../cloned switch $DEVELOPMENT_BRANCH
mv ../cloned/.git ..
rm -rf ../cloned
cp -r . ../cloned

View File

@ -1 +1 @@
DO SOMETHING!s
DO SOMETHING!