hide pip output
This commit is contained in:
parent
fcdfd667bd
commit
5ea90af67b
@ -13,5 +13,6 @@ steps:
|
|||||||
SLACK_HOOK_URL:
|
SLACK_HOOK_URL:
|
||||||
from_secret: slack_hook_url
|
from_secret: slack_hook_url
|
||||||
commands:
|
commands:
|
||||||
- pip install requests
|
- INSTALL_OUTPUT=$(pip install requests) | true
|
||||||
|
- if [[ ${PIPESTATUS[0]} > 0 ]]; then echo "$INSTALL_OUTPUT"; exit 1; fi
|
||||||
- python bot.py
|
- python bot.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user