try multiline string
This commit is contained in:
parent
9c5505101e
commit
f989aea092
@ -14,4 +14,9 @@ steps:
|
||||
from_secret: slack_hook_url
|
||||
commands:
|
||||
- INSTALL_OUTPUT=$(pip install requests) | true
|
||||
- >
|
||||
if [[ ${PIPESTATUS[0]} > 0 ]]; then
|
||||
echo "$INSTALL_OUTPUT"
|
||||
exit 1
|
||||
fi
|
||||
- python bot.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user