fail the ci when there're failed packages
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2022-02-15 11:08:53 -03:00
parent dfca43ceb4
commit c98501ec00

View file

@ -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