]> granicus.if.org Git - postgis/commitdiff
Change to have MAKE_GARDEN, MAKE_EXTENSION, DUMP_RESTORE be set in script instead...
authorRegina Obe <lr@pcorp.us>
Thu, 11 Jan 2018 16:35:51 +0000 (16:35 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 11 Jan 2018 16:35:51 +0000 (16:35 +0000)
That way people don't need to touch jenkins to fiddle with these and these aren't part of matrix (or needed to be known by postgres pre-launch)

git-svn-id: http://svn.osgeo.org/postgis/trunk@16257 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_regress.sh

index 922f70bc2815f5920f0ea318037b905921cdd552..49e1d3cece447aa1e9e70b119feeb6062af6351d 100644 (file)
@@ -11,9 +11,9 @@ set -e
 # export JENKINS_HOME=/var/lib/jenkins/workspace
 # export GEOS_VER=3.6.0dev
 # export GDAL_VER=2.0
-# export MAKE_GARDEN=1
-# export MAKE_EXTENSION=0
-# export DUMP_RESTORE=1
+export MAKE_GARDEN=0
+export MAKE_EXTENSION=1
+export DUMP_RESTORE=0
 
 ## end variables passed in by jenkins