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 {} \;