Fixed ci
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dominic Grimm 2022-01-29 17:02:57 +01:00
parent 9f7f5d2460
commit 9d24f62d89

View file

@ -6,8 +6,7 @@ steps:
- name: shellcheck
image: koalaman/shellcheck-alpine
commands:
- cd scripts/
- find -name "*.sh" | xargs shellcheck
- shellcheck scripts/**/*.sh
- name: env
image: alpine
commands:
@ -26,8 +25,7 @@ steps:
- name: pgsanity
image: boechat107/pgsanity
commands:
- cd docker/backend/db/
- find -name "*.sql" | xargs pgsanity
- pgsanity docker/backend/db/**/*.sql
- name: backend
image: tmaier/docker-compose
volumes: