From: Sandro Santilli Date: Thu, 21 Jul 2016 11:26:33 +0000 (+0000) Subject: Update instructions per updated build-test image X-Git-Tag: 2.3.0beta1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71e15b15aa6220c1ac6da2d13b8d74b5f5a8cf27;p=postgis Update instructions per updated build-test image git-svn-id: http://svn.osgeo.org/postgis/trunk@15007 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.drone.yml b/.drone.yml index a577f6232..5f0879002 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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