Skip to content

Commit

Permalink
pipeline(*): prune 'meta-inf' key with spruce and include meta-inf.ym…
Browse files Browse the repository at this point in the history
…l in triggering
  • Loading branch information
o-orand committed Oct 4, 2019
1 parent da9c061 commit ee68358
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion concourse/pipelines/template/bosh-pipeline.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ resources:
type: git
source:
uri: ((paas-templates-uri))
paths: ["shared-config.yml", "<%= depls %>/template"<%= terraform_config_path_value || '' %>]
paths: ["shared-config.yml", "meta-inf.yml", "<%= depls %>/template"<%= terraform_config_path_value || '' %>]
branch: pipeline-current-((paas-templates-branch))
skip_ssl_verification: true

Expand Down
1 change: 1 addition & 0 deletions concourse/tasks/generate_manifest/spruce-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ set -eu

spruce merge \
--prune secrets \
--prune meta-inf \
--prune terraform_outputs \
"$@"
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resources:
type: git
source:
uri: ((paas-templates-uri))
paths: ["shared-config.yml", "another-world-root-depls/template"]
paths: ["shared-config.yml", "meta-inf.yml", "another-world-root-depls/template"]
branch: pipeline-current-((paas-templates-branch))
skip_ssl_verification: true
- name: cf-ops-automation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resources:
type: git
source:
uri: ((paas-templates-uri))
paths: ["shared-config.yml", "delete-depls/template"]
paths: ["shared-config.yml", "meta-inf.yml", "delete-depls/template"]
branch: pipeline-current-((paas-templates-branch))
skip_ssl_verification: true
- name: cf-ops-automation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resources:
type: git
source:
uri: ((paas-templates-uri))
paths: ["shared-config.yml","dummy-depls/template"]
paths: ["shared-config.yml", "meta-inf.yml","dummy-depls/template"]
branch: ((paas-templates-branch))
skip_ssl_verification: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resources:
type: git
source:
uri: ((paas-templates-uri))
paths: ["shared-config.yml", "simple-depls/template"]
paths: ["shared-config.yml", "meta-inf.yml", "simple-depls/template"]
branch: pipeline-current-((paas-templates-branch))
skip_ssl_verification: true
- name: cf-ops-automation
Expand Down

0 comments on commit ee68358

Please sign in to comment.