fail the ci when there're failed packages
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
dfca43ceb4
commit
c98501ec00
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ pipeline:
|
|||
- eval $(ssh-agent -s)
|
||||
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
||||
- git push nulo ${CI_COMMIT_BRANCH}
|
||||
- git show HEAD | grep -q failed/ ; test $? -eq 0
|
||||
- git show HEAD | grep -q failed/ ; test $? -ne 0
|
||||
secrets:
|
||||
- HTTP_BASIC_USER
|
||||
- HTTP_BASIC_PASSWORD
|
||||
|
|
Loading…
Reference in a new issue