From d0fd6c6244c2d17b592aec8d3e14b7baed80fe59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 27 Feb 2020 21:10:55 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 65088f6..28c8087 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,9 @@ steps: image: ubuntu:18.04 commands: - apt update && apt install -y shellcheck - - shellcheck --format=gcc rdp.sh - - shellcheck --format=gcc woolsey - - shellcheck --format=gcc remoteapp + - shellcheck --format=gcc rdp.sh '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi + - shellcheck --format=gcc woolsey '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi + - shellcheck --format=gcc remoteapp '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi trigger: branch: