diff
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
bd4d8e8379
commit
b85851eafc
|
@ -53,7 +53,7 @@ jobs:
|
|||
CI_COMMIT_MESSAGE: converted to yml for review.
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
run: |
|
||||
if [[$(git diff HEAD origin/${{ env.DEVELOPMENT_BRANCH }} | wc -c) -ne 0]]; then
|
||||
if [[ $(git diff HEAD origin/${{ env.DEVELOPMENT_BRANCH }} | wc -c) -ne 0 ]]; then
|
||||
git push HEAD origin/${{ env.DEVELOPMENT_BRANCH }};
|
||||
else
|
||||
echo 'no changes so no push'
|
||||
|
|
Loading…
Reference in New Issue