From: Sandro Santilli Date: Thu, 4 May 2017 05:07:46 +0000 (+0000) Subject: Use local RUNTESTFLAGS env variable (global doesn't seem to work) X-Git-Tag: 2.4.0alpha~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f30710431c67329649f4ae89004bef93fbbf02b8;p=postgis Use local RUNTESTFLAGS env variable (global doesn't seem to work) git-svn-id: http://svn.osgeo.org/postgis/trunk@15386 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.drone.yml b/.drone.yml index a2a508e83..f2965da78 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,5 @@ # See http://readme.drone.io/0.5/usage/overview -env: - global: - - RUNTESTFLAGS=-v - # See https://git.osgeo.org/gogs/postgis/postgis-docker test-image: &test-image docker.kbt.io/postgis/build-test:trisquel @@ -23,6 +19,6 @@ pipeline: image: *test-image commands: - service postgresql start - - make check + - make check RUNTESTFLAGS=-v - make install - utils/check_all_upgrades.sh 2.4.0dev