From bbabfe1204bf6a67d51bcf61b33b993bd3af61c9 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 12 Oct 2016 19:12:12 +0000 Subject: [PATCH] Force pull of build-test image upon pipeline start git-svn-id: http://svn.osgeo.org/postgis/trunk@15207 b70326c6-7e19-0410-871a-916f4a2858ee --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 6238def73..3ea17b420 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,7 @@ pipeline: recursive: false build: image: *test-image + pull: true commands: - ./autogen.sh - ./configure CFLAGS="-O0 -Wall" -- 2.50.1