From: Regina Obe Date: Sun, 13 Jan 2019 21:00:54 +0000 (+0000) Subject: try to fix yaml: unknown anchor 'test-image' referenced X-Git-Tag: 3.0.0alpha1~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab7d34901bcca3fdcc2d20082f0a16ccacad5848;p=postgis try to fix yaml: unknown anchor 'test-image' referenced git-svn-id: http://svn.osgeo.org/postgis/trunk@17145 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.drone-1.0.yml b/.drone-1.0.yml index 1faed88cc..54a5d52dc 100644 --- a/.drone-1.0.yml +++ b/.drone-1.0.yml @@ -3,15 +3,12 @@ # https://dronie.osgeo.org #1.0 server # See https://git.osgeo.org/gitea/postgis/postgis-docker -test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2 -kind: pipeline -name: postgis - clone: image: plugins/git depth: 20 recursive: false --- +test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2 kind: pipeline name: pg-9.5 steps: @@ -34,6 +31,7 @@ steps: - utils/check_all_upgrades.sh `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'` --- +test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2 kind: pipeline name: pg-9.6 steps: @@ -56,6 +54,7 @@ steps: - utils/check_all_upgrades.sh `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'` --- +test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2 kind: pipeline name: pg-10 steps: