From: Sandro Santilli Date: Thu, 20 Jun 2019 07:38:57 +0000 (+0000) Subject: [drone] Fix yml syntax (pull image) X-Git-Tag: 3.0.0alpha3~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f902186656c6648429a5d5d02cf1d9aa10bfe17c;p=postgis [drone] Fix yml syntax (pull image) git-svn-id: http://svn.osgeo.org/postgis/trunk@17551 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.drone-1.0.yml b/.drone-1.0.yml index 08067a82d..0b39cd93e 100644 --- a/.drone-1.0.yml +++ b/.drone-1.0.yml @@ -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