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

This commit is contained in:
giles 2023-10-23 12:30:00 +01:00
parent 442079f082
commit 984f57d053
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@ jobs:
git checkout -b ${{ env.BUILD_BRANCH }}
git merge --squash ${{ github.ref_name }}
if [[ $(git diff origin/${{ env.BUILD_BRANCH }} | wc -c) -ne 0 ]]; then
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
git -C ../cloned fetch origin #--depth=1
git -C ../cloned branch -r

File diff suppressed because one or more lines are too long