[postgis-tickets] r15012 - Avoid the unstable "wait", split build and check steps

Sandro Santilli strk at kbt.io
Thu Jul 21 05:02:09 PDT 2016


Author: strk
Date: 2016-07-21 05:02:08 -0700 (Thu, 21 Jul 2016)
New Revision: 15012

Modified:
   trunk/.drone.yml
Log:
Avoid the unstable "wait", split build and check steps

Modified: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml	2016-07-21 11:54:33 UTC (rev 15011)
+++ trunk/.drone.yml	2016-07-21 12:02:08 UTC (rev 15012)
@@ -7,9 +7,11 @@
   build:
     image: docker.kbt.io/postgis/build-test:trisquel
     commands:
-      - service postgresql start &
       - ./autogen.sh
       - ./configure
       - make
-      - wait 1 # postgresql service start
+  check:
+    image: docker.kbt.io/postgis/build-test:trisquel
+    commands:
+      - service postgresql start
       - make check



More information about the postgis-tickets mailing list