This commit is contained in:
parent
f7bc90ae76
commit
3972f2ec4d
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 $? -ne 0
|
||||
- git show HEAD | grep -q failed/ || false
|
||||
secrets:
|
||||
- HTTP_BASIC_USER
|
||||
- HTTP_BASIC_PASSWORD
|
||||
|
|
Loading…
Reference in a new issue