From f30710431c67329649f4ae89004bef93fbbf02b8 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 4 May 2017 05:07:46 +0000 Subject: [PATCH] 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 --- .drone.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.50.1