[postgis-tickets] r15207 - Force pull of build-test image upon pipeline start
Sandro Santilli
strk at kbt.io
Wed Oct 12 12:12:16 PDT 2016
Author: strk
Date: 2016-10-12 12:12:12 -0700 (Wed, 12 Oct 2016)
New Revision: 15207
Modified:
trunk/.drone.yml
Log:
Force pull of build-test image upon pipeline start
Modified: trunk/.drone.yml
===================================================================
--- trunk/.drone.yml 2016-10-12 19:11:27 UTC (rev 15206)
+++ trunk/.drone.yml 2016-10-12 19:12:12 UTC (rev 15207)
@@ -14,6 +14,7 @@
recursive: false
build:
image: *test-image
+ pull: true
commands:
- ./autogen.sh
- ./configure CFLAGS="-O0 -Wall"
More information about the postgis-tickets
mailing list