rebase28
convert-to-yml / develop-branch (push) Successful in 32s
Details
convert-to-yml / develop-branch (push) Successful in 32s
Details
This commit is contained in:
parent
236fe80ff7
commit
eb9a8dc43f
|
@ -44,7 +44,7 @@ jobs:
|
|||
run: |
|
||||
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
|
||||
ls
|
||||
git rebase -Xours origin/master
|
||||
git rebase origin/master --strategy-option=ours
|
||||
ls
|
||||
git log -5
|
||||
echo no development branch so pushing
|
||||
|
|
Loading…
Reference in New Issue