From e33a212f963f86d3644f961d3c3ff10f98d538d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 27 Feb 2020 21:06:33 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a83862b..65088f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ steps: - name: shellcheck image: ubuntu:18.04 commands: - - apt update && apt upgrade -y && apt install -y shellcheck - - for file in $(find . -type f -name \"*.sh\"); do shellcheck --format=gcc $file; done; + - apt update && apt install -y shellcheck + - shellcheck --format=gcc rdp.sh - shellcheck --format=gcc woolsey - shellcheck --format=gcc remoteapp