Skip to content

Commit

Permalink
pipeline(depls): overrides bosh-deployment-resource v1 to latest
Browse files Browse the repository at this point in the history
We have to switch to latest concourse/bosh-deployment-resource version

close #53
  • Loading branch information
o-orand committed Nov 28, 2017
1 parent 495052c commit 214935b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions concourse/pipelines/template/depls-pipeline.yml.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
resource_types:
- name: bosh-deployment
type: docker-image
source:
repository: concourse/bosh-deployment-resource
tag: latest
- name: slack-notification
type: docker-image
source:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
resource_types:
- name: bosh-deployment
type: docker-image
source:
repository: concourse/bosh-deployment-resource
tag: latest
- name: slack-notification
type: docker-image
source:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
resource_types:
- name: bosh-deployment
type: docker-image
source:
repository: concourse/bosh-deployment-resource
tag: latest
- name: slack-notification
type: docker-image
source:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
resource_types:
- name: bosh-deployment
type: docker-image
source:
repository: concourse/bosh-deployment-resource
tag: latest
- name: slack-notification
type: docker-image
source:
Expand Down

0 comments on commit 214935b

Please sign in to comment.