Skip to content

Commit 7e31bf0

Browse files
Changdrewstaylor14
authored andcommitted
[#154735316] Add optional stemcells-ops-files input
Signed-off-by: Steve Taylor <[email protected]>
1 parent dd77401 commit 7e31bf0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bosh-upload-stemcell-from-cf-deployment/task

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function upload_stemcells() {
8484
local arguments=''
8585
for op in ${OPS_FILES_WITH_STEMCELLS}
8686
do
87-
arguments="${arguments} -o cf-deployment/${op}"
87+
arguments="${arguments} -o stemcells-ops-files/${op}"
8888
done
8989

9090
bosh interpolate ${arguments} cf-deployment/${MANIFEST_FILE} > /tmp/cf.yml

bosh-upload-stemcell-from-cf-deployment/task.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ inputs:
1111
- name: cf-deployment-concourse-tasks # - This repo
1212
- name: cf-deployment # - The cf-deployment manifest
1313
- 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
1416

1517
run:
1618
path: cf-deployment-concourse-tasks/bosh-upload-stemcell-from-cf-deployment/task
@@ -36,4 +38,4 @@ params:
3638
# - Optional
3739
# - List of operations files that contain additional stemcells to be uploaded
3840
# - 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

0 commit comments

Comments
 (0)