File tree 2 files changed +4
-2
lines changed
bosh-upload-stemcell-from-cf-deployment
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ function upload_stemcells() {
84
84
local arguments=' '
85
85
for op in ${OPS_FILES_WITH_STEMCELLS}
86
86
do
87
- arguments=" ${arguments} -o cf-deployment /${op} "
87
+ arguments=" ${arguments} -o stemcells-ops-files /${op} "
88
88
done
89
89
90
90
bosh interpolate ${arguments} cf-deployment/${MANIFEST_FILE} > /tmp/cf.yml
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ inputs:
11
11
- name : cf-deployment-concourse-tasks # - This repo
12
12
- name : cf-deployment # - The cf-deployment manifest
13
13
- name : bbl-state # - The repo containing the Director's bbl state dir
14
+ - name : stemcells-ops-files # - Stemcells operations files to be made available
15
+ optional : true
14
16
15
17
run :
16
18
path : cf-deployment-concourse-tasks/bosh-upload-stemcell-from-cf-deployment/task
@@ -36,4 +38,4 @@ params:
36
38
# - Optional
37
39
# - List of operations files that contain additional stemcells to be uploaded
38
40
# - Quoted and space-separated
39
- # - Paths are relative to root of the `cf-deployment ` input
41
+ # - Paths are relative to root of the `stemcell-ops-files ` input
You can’t perform that action at this time.
0 commit comments