remove comment
This commit is contained in:
parent
bd5c39c595
commit
c85eda7ea5
@ -13,7 +13,6 @@ steps:
|
|||||||
SLACK_HOOK_URL:
|
SLACK_HOOK_URL:
|
||||||
from_secret: slack_hook_url
|
from_secret: slack_hook_url
|
||||||
commands:
|
commands:
|
||||||
# only display pip output if command failed
|
|
||||||
- INSTALL_OUTPUT=$(pip install requests) | true # we don't want to stop execution quite yet
|
- INSTALL_OUTPUT=$(pip install requests) | true # we don't want to stop execution quite yet
|
||||||
- if [[ ${PIPESTATUS[0]} > 0 ]]; then echo "$INSTALL_OUTPUT"; exit 1; fi # NOW we stop
|
- if [[ ${PIPESTATUS[0]} > 0 ]]; then echo "$INSTALL_OUTPUT"; exit 1; fi # NOW we stop
|
||||||
- python bot.py
|
- python bot.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user