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

Sandro Santilli strk at kbt.io
Sat Sep 30 10:45:53 PDT 2017


Author: strk
Date: 2017-09-30 10:45:53 -0700 (Sat, 30 Sep 2017)
New Revision: 15860

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

Modified: branches/2.4/.drone.yml
===================================================================
--- branches/2.4/.drone.yml	2017-09-30 17:35:42 UTC (rev 15859)
+++ branches/2.4/.drone.yml	2017-09-30 17:45:53 UTC (rev 15860)
@@ -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