[postgis-tickets] r17551 - [drone] Fix yml syntax (pull image)
Sandro Santilli
strk at kbt.io
Thu Jun 20 12:38:57 PDT 2019
Author: strk
Date: 2019-06-20 00:38:57 -0700 (Thu, 20 Jun 2019)
New Revision: 17551
Modified:
trunk/.drone-1.0.yml
Log:
[drone] Fix yml syntax (pull image)
Modified: trunk/.drone-1.0.yml
===================================================================
--- trunk/.drone-1.0.yml 2019-06-20 07:08:13 UTC (rev 17550)
+++ trunk/.drone-1.0.yml 2019-06-20 07:38:57 UTC (rev 17551)
@@ -10,7 +10,7 @@
steps:
- name: build
image: *test-image
- pull: true
+ pull: always
commands:
- export PGVER=9.5
- service postgresql start $PGVER
@@ -33,7 +33,7 @@
steps:
- name: build
image: *test-image
- pull: true
+ pull: always
commands:
- export PGVER=9.6
- service postgresql start $PGVER
@@ -56,7 +56,7 @@
steps:
- name: build
image: *test-image
- pull: true
+ pull: always
commands:
- export PGVER=10
- service postgresql start $PGVER
More information about the postgis-tickets
mailing list