[postgis-tickets] r15861 - Fix yaml syntax in drone config

Sandro Santilli strk at kbt.io
Sat Sep 30 10:46:23 PDT 2017


Author: strk
Date: 2017-09-30 10:46:23 -0700 (Sat, 30 Sep 2017)
New Revision: 15861

Modified:
   branches/2.3/.drone.yml
Log:
Fix yaml syntax in drone config

Modified: branches/2.3/.drone.yml
===================================================================
--- branches/2.3/.drone.yml	2017-09-30 17:45:53 UTC (rev 15860)
+++ branches/2.3/.drone.yml	2017-09-30 17:46:23 UTC (rev 15861)
@@ -21,5 +21,5 @@
       - service postgresql start
       - make check RUNTESTFLAGS=-v
       - make install
-      - utils/check_all_upgrades.sh \
+      - utils/check_all_upgrades.sh
         `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`



More information about the postgis-tickets mailing list