From: Sandro Santilli Date: Wed, 12 Oct 2016 19:12:12 +0000 (+0000) Subject: Force pull of build-test image upon pipeline start X-Git-Tag: 2.4.0alpha~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbabfe1204bf6a67d51bcf61b33b993bd3af61c9;p=postgis Force pull of build-test image upon pipeline start git-svn-id: http://svn.osgeo.org/postgis/trunk@15207 b70326c6-7e19-0410-871a-916f4a2858ee --- 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"