Updated pgsanity ci step

This commit is contained in:
Dominic Grimm 2022-01-10 14:04:07 +01:00
parent 9b4ba54348
commit f960a3fcdd

View file

@ -7,14 +7,11 @@ steps:
- name: ameba
image: veelenga/ameba
commands:
- cd docker/backend/
- ameba
- name: pgsanity
image: python:alpine
image: boechat107/pgsanity
commands:
- apk add libecpg-dev --no-cache
- pip3 install pgsanity
- find -name "*.sql" | xargs pgsanity
- find "*.sql" | xargs pgsanity
- name: shellcheck
image: koalaman/shellcheck-alpine
commands: