From e1770e33cbb14efb0c7d1f5961bfe49fbcb9e52a Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Fri, 10 Jun 2022 00:19:49 +0200 Subject: [PATCH] updated .drone.yml --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0166227..ee306fa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,4 @@ steps: - apt-get update -y - apt-get upgrade -y - pip3 install salt-lint - - > - 'find states -type f -name "*.sls" -print0 | xargs -0 --no-run-if-empty salt-lint' + - salt-lint states/*/*.sls