Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Add a missing ops file
Browse files Browse the repository at this point in the history
[#152677643]
  • Loading branch information
Slawek Ligus authored and Pivotal committed Nov 18, 2017
1 parent 7143fcf commit d230486
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions operations/add-download-boshio-stemcell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- op: replace
path: /jobs/name=upgrade-opsmgr/plan/task=download-stemcells
value:
do:
- task: download-stemcells
file: pcf-pipelines/tasks/download-pivnet-stemcells/task.yml
params:
API_TOKEN: {{pivnet_token}}
IAAS_TYPE: {{iaas_type}}
- task: download-boshio-stemcells
file: pcf-pipelines/tasks/download-boshio-stemcells/task.yml
params:
API_TOKEN: {{pivnet_token}}
input_mapping:
pivnet-stemcells: stemcells

0 comments on commit d230486

Please sign in to comment.