[postgis-tickets] r17145 - try to fix yaml: unknown anchor 'test-image' referenced
Regina Obe
lr at pcorp.us
Sun Jan 13 01:00:55 PST 2019
Author: robe
Date: 2019-01-13 13:00:54 -0800 (Sun, 13 Jan 2019)
New Revision: 17145
Modified:
trunk/.drone-1.0.yml
Log:
try to fix yaml: unknown anchor 'test-image' referenced
Modified: trunk/.drone-1.0.yml
===================================================================
--- trunk/.drone-1.0.yml 2019-01-13 20:58:48 UTC (rev 17144)
+++ trunk/.drone-1.0.yml 2019-01-13 21:00:54 UTC (rev 17145)
@@ -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 @@
- 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 @@
- 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:
More information about the postgis-tickets
mailing list