This commit is contained in:
gilesb 2023-10-23 18:31:05 +01:00 committed by giles
parent a3aeef2f0d
commit b4c50e923f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
run: |
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
ls
git rebase -Xtheirs origin/master
git rebase -Xours origin/master
ls
git log -5
echo no development branch so pushing