.....
convert-to-yml / develop-branch (push) Failing after 28s Details

This commit is contained in:
gilesb 2023-10-23 15:18:55 +01:00
parent ae922d09c4
commit 990b7192b2
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@ jobs:
echo $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) echo $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c)
- name: push - name: push
run: | 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 if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
git rebase origin/master git rebase origin/master
echo no development branch so pushing echo no development branch so pushing