[postgis-tickets] r15011 - Avoid the unstable "wait"

Sandro Santilli strk at kbt.io
Thu Jul 21 04:54:33 PDT 2016


Author: strk
Date: 2016-07-21 04:54:33 -0700 (Thu, 21 Jul 2016)
New Revision: 15011

Modified:
   branches/2.1/.drone.yml
Log:
Avoid the unstable "wait"

Modified: branches/2.1/.drone.yml
===================================================================
--- branches/2.1/.drone.yml	2016-07-21 11:35:32 UTC (rev 15010)
+++ branches/2.1/.drone.yml	2016-07-21 11:54:33 UTC (rev 15011)
@@ -3,9 +3,8 @@
   build:
     image: docker.kbt.io/postgis/build-test:trisquel
     commands:
-      - service postgresql start &
       - ./autogen.sh
       - ./configure
       - make
-      - wait 1 # for postgresql start
+      - service postgresql start
       - make check



More information about the postgis-tickets mailing list