diff --git a/.drone.yml b/.drone.yml index 633cb53..5deb323 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,5 +14,5 @@ steps: from_secret: slack_hook_url commands: - 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