From fc0babff1355a77b9d2028783f68086de3e3403f Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Mon, 10 Jan 2022 14:05:38 +0100 Subject: [PATCH] Fixed find sql files command --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 63cb731..0f02182 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - name: pgsanity image: boechat107/pgsanity commands: - - find "*.sql" | xargs pgsanity + - find -name "*.sql" | xargs pgsanity - name: shellcheck image: koalaman/shellcheck-alpine commands: