From f960a3fcdd1263216ed903993cc8cfe6bcb78e87 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Mon, 10 Jan 2022 14:04:07 +0100 Subject: [PATCH] Updated pgsanity ci step --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 80cca83..63cb731 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: