.....
convert-to-yml / develop-branch (push) Failing after 28s
Details
convert-to-yml / develop-branch (push) Failing after 28s
Details
This commit is contained in:
parent
ae922d09c4
commit
990b7192b2
|
@ -42,9 +42,6 @@ jobs:
|
|||
echo $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c)
|
||||
- name: push
|
||||
run: |
|
||||
git add -A
|
||||
git commit -a -m "${{ github.ref_name }} -> ${{ env.DEVELOPMENT_BRANCH }} "
|
||||
|
||||
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
|
||||
git rebase origin/master
|
||||
echo no development branch so pushing
|
||||
|
|
Loading…
Reference in New Issue