grim/convey

b662dc6223a4
Parents 093477a2c281
Children 860770dc4182
Update extend-slices.yml example to be a bit more complex.
--- a/examples/extend-slices.yml Thu Sep 21 19:33:42 2017 -0500
+++ b/examples/extend-slices.yml Thu Sep 21 19:37:44 2017 -0500
@@ -2,9 +2,8 @@
# environment variables over directives that take arrays. Running
# this configuration file executes the following commands:
#
-# - docker tag gliderlabs/alpine:edge foo
-# - docker tag gliderlabs/alpine:edge bar
# - docker tag gliderlabs/alpine:edge baz
+# - docker tag gliderlabs/alpine:edge bonk
tasks:
tag-abstract:
@@ -12,14 +11,19 @@
source: gliderlabs/alpine:edge
destinations: ${IMAGE_TAGS}
- tag-concrete:
+ tag-intermediate:
type: extend
task: tag-abstract
environment:
- - IMAGE_TAGS=foo,bar,baz
+ - IMAGE_TAGS=foo;bar;baz
expand:
- IMAGE_TAGS
- expand_delimiter: ","
+
+ tag-concrete:
+ type: extend
+ task: tag-intermediate
+ environment:
+ - IMAGE_TAGS=baz;bonk
plans:
default: