fix: only report failures
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-02-04 13:54:25 -03:00
parent 4d058add72
commit 7d4a7ee9bd

View file

@ -18,7 +18,7 @@ pipeline:
- "git add built/ failed/ && git commit -m \"[skip ci] built gems\" || true" - "git add built/ failed/ && git commit -m \"[skip ci] built gems\" || true"
- "git pull --rebase nulo ${CI_COMMIT_BRANCH}" - "git pull --rebase nulo ${CI_COMMIT_BRANCH}"
- "git push nulo ${CI_COMMIT_BRANCH}" - "git push nulo ${CI_COMMIT_BRANCH}"
- "git show HEAD | grep -q failed/ || false ; test $? -ne 0" - "! git show HEAD | grep -q failed/"
secrets: secrets:
- "HTTP_BASIC_USER" - "HTTP_BASIC_USER"
- "HTTP_BASIC_PASSWORD" - "HTTP_BASIC_PASSWORD"