rebase26
build-develop-branch / build-branch (push) Failing after 26s Details
build-develop-branch / delete (pull_request) Successful in 15s Details
build-develop-branch / if_merged (pull_request) Has been skipped Details

This commit is contained in:
gilesb 2023-10-23 18:29:44 +01:00 committed by giles
parent 0234a8c056
commit 749fb1e939
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ jobs:
- name: push - name: push
run: | run: |
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
ls
git rebase -Xtheirs origin/master git rebase -Xtheirs origin/master
ls ls
git log -5 git log -5