From c85eda7ea5057577bfebc9506014d0b6a9ced0cc Mon Sep 17 00:00:00 2001 From: Joseph Montanaro <=> Date: Fri, 21 Jan 2022 09:51:33 -0800 Subject: [PATCH] remove comment --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index de63adc..113e749 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,6 @@ steps: SLACK_HOOK_URL: from_secret: slack_hook_url commands: - # only display pip output if command failed - 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 - python bot.py