[postgis-tickets] r17143 - try to fix yaml: line 4: mapping values are not allowed in this context by putting name indent on same level with other step parts
Regina Obe
lr at pcorp.us
Sun Jan 13 12:56:18 PST 2019
Author: robe
Date: 2019-01-13 12:56:18 -0800 (Sun, 13 Jan 2019)
New Revision: 17143
Modified:
trunk/.drone-1.0.yml
Log:
try to fix yaml: line 4: mapping values are not allowed in this context by putting name indent on same level with other step parts
Modified: trunk/.drone-1.0.yml
===================================================================
--- trunk/.drone-1.0.yml 2019-01-13 20:46:50 UTC (rev 17142)
+++ trunk/.drone-1.0.yml 2019-01-13 20:56:18 UTC (rev 17143)
@@ -12,7 +12,7 @@
kind: pipeline
name: pg-9.5
steps:
-- name: build
+ - name: build
image: *test-image
pull: true
commands:
@@ -34,7 +34,7 @@
kind: pipeline
name: pg-9.6
steps:
-- name: build
+ - name: build
image: *test-image
pull: true
commands:
@@ -56,7 +56,7 @@
kind: pipeline
name: pg-10
steps:
-- name: build
+ - name: build
image: *test-image
pull: true
commands:
More information about the postgis-tickets
mailing list