.....
convert-to-yml / develop-branch (push) Failing after 29s
Details
convert-to-yml / develop-branch (push) Failing after 29s
Details
This commit is contained in:
parent
fd8c22de42
commit
b2f8610a03
|
@ -43,7 +43,7 @@ jobs:
|
|||
- name: push
|
||||
run: |
|
||||
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
|
||||
git rebase origin/master --strategy ours
|
||||
git rebase origin/master --strategy theirs
|
||||
git log -5
|
||||
echo no development branch so pushing
|
||||
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }};
|
||||
|
|
Loading…
Reference in New Issue