comment out offending line
This commit is contained in:
parent
5ea90af67b
commit
d390e6586b
@ -14,5 +14,5 @@ steps:
|
|||||||
from_secret: slack_hook_url
|
from_secret: slack_hook_url
|
||||||
commands:
|
commands:
|
||||||
- INSTALL_OUTPUT=$(pip install requests) | true
|
- INSTALL_OUTPUT=$(pip install requests) | true
|
||||||
- if [[ ${PIPESTATUS[0]} > 0 ]]; then echo "$INSTALL_OUTPUT"; exit 1; fi
|
# - 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