[geos-commits] r4240 - trunk

Sandro Santilli strk at kbt.io
Thu Jul 21 11:25:51 PDT 2016


Author: strk
Date: 2016-07-21 11:25:50 -0700 (Thu, 21 Jul 2016)
New Revision: 4240

Modified:
   trunk/.drone.yml
Log:
Fix test-image variable use

Modified: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml	2016-07-21 18:20:41 UTC (rev 4239)
+++ trunk/.drone.yml	2016-07-21 18:25:50 UTC (rev 4240)
@@ -9,12 +9,12 @@
     depth: 50
     recursive: false
   build:
-    image: &test-image
+    image: *test-image
     commands:
       - ./autogen.sh
       - CXXFLAGS="-O0 -Werror" ./configure
       - make
   check:
-    image: &test-image
+    image: *test-image
     commands:
       - CXXFLAGS="-O0 -Werror" make distcheck



More information about the geos-commits mailing list