From c98501ec00540f555074ee3ecd76d7a0dff132fa Mon Sep 17 00:00:00 2001 From: f Date: Tue, 15 Feb 2022 11:08:53 -0300 Subject: [PATCH] fail the ci when there're failed packages --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7b8c7c62..b04fc4c4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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