File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 33set -eu
44
55fly -t production set-pipeline \
6- -p bosh:stemcells -c ci/pipeline.yml \
7- -l <( lpass show --note " concourse:production pipeline:bosh:stemcells" ) \
6+ -p bosh:stemcells:3445.x -c ci/pipeline.yml \
7+ -l <( lpass show --note " concourse:production pipeline:bosh:stemcells:3445.x " ) \
88 -l <( lpass show --note " bats-concourse-pool:vsphere secrets" )
Original file line number Diff line number Diff line change 22
33set -eu
44
5- fly -t production set-pipeline -p bosh:os-image \
5+ STEMCELL_VERSION=3445.x
6+
7+ fly -t production set-pipeline -p bosh:os-image:$STEMCELL_VERSION \
68 -c ci/os-images/pipeline.yml \
7- --load-vars-from <( lpass show -G " concourse:production pipeline:os-images" --notes)
9+ --load-vars-from <( lpass show -G " concourse:production pipeline:os-images: $STEMCELL_VERSION " --notes)
Original file line number Diff line number Diff line change @@ -694,7 +694,7 @@ resources:
694694 type : git
695695 source :
696696 uri : https://github.com/cloudfoundry/bosh-linux-stemcell-builder
697- branch : master
697+ branch : {{stemcell-branch}}
698698
699699 - name : version
700700 type : semver
You can’t perform that action at this time.
0 commit comments