rebase31
build-develop-branch / build-branch (push) Successful in 35s Details
build-develop-branch / delete (pull_request) Successful in 13s Details
build-develop-branch / if_merged (pull_request) Has been skipped Details

This commit is contained in:
gilesb 2023-10-23 18:45:00 +01:00 committed by giles
parent a2ce44550d
commit 67bf6a08ad
1 changed files with 2 additions and 2 deletions

View File

@ -44,11 +44,11 @@ jobs:
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 ls
git log -5 git log -20
git status git status
git rebase origin/master --strategy-option=ours git rebase origin/master --strategy-option=ours
ls ls
git log -5 git log -20
git status git status
echo no development branch so pushing echo no development branch so pushing
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}; git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }};