From 70b1bd5df45d0946fd66a126bff481ae4a4d0a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Mon, 13 Jun 2022 21:42:11 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 28c8087..14c7004 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: shellcheck - image: ubuntu:18.04 + image: ubuntu:22.04 commands: - apt update && apt install -y shellcheck - shellcheck --format=gcc rdp.sh '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi