]> git.mxchange.org Git - friendica.git/commitdiff
Drone | check database.sql
authorPhilipp <admin@philipp.info>
Sun, 7 Nov 2021 22:40:45 +0000 (23:40 +0100)
committerPhilipp <admin@philipp.info>
Sun, 7 Nov 2021 22:40:45 +0000 (23:40 +0100)
.drone.yml

index 580d8b8af754b4ed34b8c838eb681ec70adc0062..6e1e7527fcf58cd535312e71f1d8d227fd497696 100644 (file)
@@ -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: