diff --git a/ci/pipelines/builder.yml b/ci/pipelines/builder.yml index 53944b8d66..0e8a200b80 100644 --- a/ci/pipelines/builder.yml +++ b/ci/pipelines/builder.yml @@ -1,10 +1,12 @@ -#@ load("@ytt:data", "data") -#@yaml/text-templated-strings anchors: ci_bot: email: &ci_bot_email bots@cloudfoundry.org name: &ci_bot_name CI Bot +#@ load("@ytt:data", "data") + +#@yaml/text-templated-strings + groups: - name: build jobs: diff --git a/ci/pipelines/publisher.yml b/ci/pipelines/publisher.yml index fd3deb0fb2..b285d63335 100644 --- a/ci/pipelines/publisher.yml +++ b/ci/pipelines/publisher.yml @@ -1,8 +1,4 @@ #@ load("@ytt:data", "data") -anchors: - ci_bot: - email: &ci_bot_email bots@cloudfoundry.org - name: &ci_bot_name CI Bot #@ def build_light_aws_stemcell_new(name, stemcell_os, stemcell_version, builder_src, input_stemcell, output_stemcell, prefix, region, bucket_prefix, tag, ami_destinations, efi, ami_excluded_destinations): do: @@ -234,6 +230,11 @@ ensure: #@yaml/text-templated-strings --- +anchors: + ci_bot: + email: &ci_bot_email bots@cloudfoundry.org + name: &ci_bot_name CI Bot + groups: - name: all jobs: