[postgis-tickets] r15007 - Update instructions per updated build-test image

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


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

Modified:
   trunk/.drone.yml
Log:
Update instructions per updated build-test image

Modified: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml	2016-07-21 11:26:24 UTC (rev 15006)
+++ trunk/.drone.yml	2016-07-21 11:26:33 UTC (rev 15007)
@@ -7,9 +7,9 @@
   build:
     image: docker.kbt.io/postgis/build-test:trisquel
     commands:
-      - service postgresql start
-      - su -l postgres -c "createuser -s `whoami`"
+      - service postgresql start &
       - ./autogen.sh
       - ./configure
       - make
+      - wait 1 # postgresql service start
       - make check



More information about the postgis-tickets mailing list