ssss
This commit is contained in:
parent
9a5dc61a4b
commit
1e65005768
|
@ -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
|
||||||
|
echo rebasing with master
|
||||||
git rebase origin/master --strategy-option ours
|
git rebase origin/master --strategy-option ours
|
||||||
git log -5
|
git log -5
|
||||||
echo no development branch so pushing
|
echo no development branch so pushing
|
||||||
|
|
Loading…
Reference in New Issue