From 51d5409055b0c785a000040864fcfb23b40041b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Sch=C3=A4ferdiek?= Date: Sun, 10 Jul 2022 20:52:48 +0200 Subject: [PATCH] Adapted CI to print checked file --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b408d23..12086cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,4 +5,4 @@ steps: - name: test image: koalaman/shellcheck-alpine:latest commands: - - find usr/local/bin -type f -exec shellcheck {} \; + - find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \;