From a4c69f0437f4d7fdf7dfc605576795670a784cf7 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 21 Jul 2016 17:51:41 +0000 Subject: [PATCH] Use a variable for the test-image git-svn-id: http://svn.osgeo.org/postgis/trunk@15019 b70326c6-7e19-0410-871a-916f4a2858ee --- .drone.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 570e0712b..65af6c0cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,18 +1,21 @@ # See http://readme.drone.io/0.5/usage/overview + +# See https://git.osgeo.org/gogs/postgis/postgis-docker +test-image: &test-image docker.kbt.io/postgis/build-test:trisquel + pipeline: clone: image: git depth: 50 recursive: false build: - # See https://git.osgeo.org/gogs/postgis/postgis-docker - image: docker.kbt.io/postgis/build-test:trisquel + image: *test-image commands: - ./autogen.sh - ./configure CFLAGS="-O0 -Wall" - make check: - image: docker.kbt.io/postgis/build-test:trisquel + image: *test-image commands: - service postgresql start - make check -- 2.50.1