]> granicus.if.org Git - postgis/commitdiff
Update instructions per updated build-test image
authorSandro Santilli <strk@keybit.net>
Thu, 21 Jul 2016 11:26:33 +0000 (11:26 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 21 Jul 2016 11:26:33 +0000 (11:26 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15007 b70326c6-7e19-0410-871a-916f4a2858ee

.drone.yml

index a577f6232464ccd33a7e50be930cb7746c445709..5f0879002d4f79d4c0dc6376ee6274da589477ff 100644 (file)
@@ -7,9 +7,9 @@ pipeline:
   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