Fixed find sql files command

This commit is contained in:
Dominic Grimm 2022-01-10 14:05:38 +01:00
parent f960a3fcdd
commit fc0babff13

View file

@ -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: