From 41d4f4183fc551389fba927e29406e7dbcedb6e4 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 7 Nov 2021 23:40:45 +0100 Subject: [PATCH] Drone | check database.sql --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 580d8b8af7..6e1e7527fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -175,13 +175,13 @@ steps: files: - clover.xml - name: Check database.sql - image: alpine + image: alpine/git commands: - git update-index --refresh - git diff-index --quiet HEAD -- - if [[ $? -ne 0 ]]; then - echo "database.sql mismatch."; - exit 1; + echo "database.sql mismatch."; + exit 1; fi services: