fix: don't fail the ci when no package failed
This commit is contained in:
parent
5310a41a16
commit
caef965975
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pipeline:
|
|||
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
||||
- git pull --rebase nulo ${CI_COMMIT_BRANCH}
|
||||
- git push nulo ${CI_COMMIT_BRANCH}
|
||||
- git show HEAD | grep -q failed/ || false
|
||||
- git show HEAD | grep -q failed/ ; test $? -ne 0
|
||||
secrets:
|
||||
- HTTP_BASIC_USER
|
||||
- HTTP_BASIC_PASSWORD
|
||||
|
|
Loading…
Reference in a new issue