fix: only report failures
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4d058add72
commit
7d4a7ee9bd
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pipeline:
|
|||
- "git add built/ failed/ && git commit -m \"[skip ci] built gems\" || true"
|
||||
- "git pull --rebase 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:
|
||||
- "HTTP_BASIC_USER"
|
||||
- "HTTP_BASIC_PASSWORD"
|
||||
|
|
Loading…
Reference in a new issue