]> granicus.if.org Git - postgis/commitdiff
try to fix yaml: unknown anchor 'test-image' referenced
authorRegina Obe <lr@pcorp.us>
Sun, 13 Jan 2019 21:00:54 +0000 (21:00 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 13 Jan 2019 21:00:54 +0000 (21:00 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17145 b70326c6-7e19-0410-871a-916f4a2858ee

.drone-1.0.yml

index 1faed88cc0d2014ec88c5965b7383636aeb8758f..54a5d52dc91496215268be9813d4b721c60788c6 100644 (file)
@@ -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: