hide pip output

This commit is contained in:
Joseph Montanaro 2022-01-21 10:11:33 -08:00
parent fcdfd667bd
commit 5ea90af67b

View File

@ -13,5 +13,6 @@ steps:
SLACK_HOOK_URL:
from_secret: slack_hook_url
commands:
- pip install requests
- INSTALL_OUTPUT=$(pip install requests) | true
- if [[ ${PIPESTATUS[0]} > 0 ]]; then echo "$INSTALL_OUTPUT"; exit 1; fi
- python bot.py