]> granicus.if.org Git - postgis/commitdiff
[drone] Fix yml syntax (pull image)
authorSandro Santilli <strk@kbt.io>
Thu, 20 Jun 2019 07:38:57 +0000 (07:38 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 20 Jun 2019 07:38:57 +0000 (07:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17551 b70326c6-7e19-0410-871a-916f4a2858ee

.drone-1.0.yml

index 08067a82dcdaa8a9ce0cf8e9b0bf4ef4bf89a703..0b39cd93e9a5ff7e057877333f39702f23ecbfbb 100644 (file)
@@ -10,7 +10,7 @@ name: pg-9.5
 steps:
   - name: build
     image: *test-image
-    pull: true
+    pull: always
     commands:
       - export PGVER=9.5
       - service postgresql start $PGVER
@@ -33,7 +33,7 @@ name: pg-9.6
 steps:
   - name: build
     image: *test-image
-    pull: true
+    pull: always
     commands:
       - export PGVER=9.6
       - service postgresql start $PGVER
@@ -56,7 +56,7 @@ name: pg-10
 steps:
   - name: build
     image: *test-image
-    pull: true
+    pull: always
     commands:
       - export PGVER=10
       - service postgresql start $PGVER