recapture fail
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
f 2022-04-14 16:24:05 -03:00
parent f7bc90ae76
commit 3972f2ec4d
1 changed files with 1 additions and 1 deletions

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 $? -ne 0
- git show HEAD | grep -q failed/ || false
secrets:
- HTTP_BASIC_USER
- HTTP_BASIC_PASSWORD