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

This commit is contained in:
Continuous Integration 2023-10-23 01:54:18 +00:00
parent 994a9c414a
commit 665cd9242b
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
run: |
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
git -C ../cloned fetch --depth=1
git -C ../cloned branch
git -C ../cloned checkout $DEVELOPMENT_BRANCH
mv ../cloned/.git ..
rm -rf ../cloned