rebase28
build-develop-branch / build-branch (push) Successful in 38s
Details
build-develop-branch / build-branch (push) Successful in 38s
Details
This commit is contained in:
parent
debdaaca6f
commit
79ab28045e
|
@ -44,7 +44,7 @@ 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 rebase -Xours origin/master
|
git rebase origin/master --strategy-option=ours
|
||||||
ls
|
ls
|
||||||
git log -5
|
git log -5
|
||||||
echo no development branch so pushing
|
echo no development branch so pushing
|
||||||
|
|
Loading…
Reference in New Issue