[postgis-tickets] r15021 - Update drone config from trunk

Sandro Santilli strk at kbt.io
Thu Jul 21 11:10:19 PDT 2016


Author: strk
Date: 2016-07-21 11:10:18 -0700 (Thu, 21 Jul 2016)
New Revision: 15021

Modified:
   branches/2.1/.drone.yml
Log:
Update drone config from trunk

Modified: branches/2.1/.drone.yml
===================================================================
--- branches/2.1/.drone.yml	2016-07-21 18:08:36 UTC (rev 15020)
+++ branches/2.1/.drone.yml	2016-07-21 18:10:18 UTC (rev 15021)
@@ -1,18 +1,21 @@
 # See http://readme.drone.io/0.5/usage/overview
+
+# See https://git.osgeo.org/gogs/postgis/postgis-docker
+test-image: &test-image docker.kbt.io/postgis/build-test:trisquel
+
 pipeline:
   clone:
     image: git
     depth: 50
     recursive: false
   build:
-    # See https://git.osgeo.org/gogs/postgis/postgis-docker
-    image: docker.kbt.io/postgis/build-test:trisquel
+    image: *test-image
     commands:
       - ./autogen.sh
       - ./configure CFLAGS="-O0 -Wall"
       - make
   check:
-    image: docker.kbt.io/postgis/build-test:trisquel
+    image: *test-image
     commands:
       - service postgresql start
       - make check



More information about the postgis-tickets mailing list