Skip to content

Commit

Permalink
Update example pipelines to pin tasks repo
Browse files Browse the repository at this point in the history
[#167571504]
  • Loading branch information
alamages committed Sep 26, 2019
1 parent a5551a0 commit 56f3cbd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/pas-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ resources:
source:
uri: https://github.com/pivotal-cf/bbr-pcf-pipeline-tasks.git
branch: master
tag_filter: ((bbr-pipeline-tasks-repo-version))
- name: om-backup-artifact
type: s3
source:
Expand Down
3 changes: 3 additions & 0 deletions examples/pas-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ storage-region: eu-west-1
storage-endpoint: s3-eu-west-1.amazonaws.com
storage-access-key-id: example-key-id
storage-secret-access-key: example-secret-access-key

# bbr-pcf-pipeline-tasks pinned tag version
bbr-pipeline-tasks-repo-version: example-tag-v0.0.0
1 change: 1 addition & 0 deletions examples/pks-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ resources:
uri: [email protected]:pivotal-cf/bbr-pcf-pipeline-tasks.git
private_key: ((git-private-key))
branch: master
tag_filter: ((bbr-pipeline-tasks-repo-version))

- name: bbr-release
type: pivnet
Expand Down
3 changes: 3 additions & 0 deletions examples/pks-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ storage-endpoint: s3-region-1.amazonaws.com
storage-region: region-1
storage-access-key-id: some-key-id
storage-secret-access-key: some-access-key

# bbr-pcf-pipeline-tasks pinned release version
bbr-pipeline-tasks-repo-version: example-tag-v0.0.0

0 comments on commit 56f3cbd

Please sign in to comment.