Skip to content

Commit fbc0bac

Browse files
pronoiactjvman
authored andcommitted
Creating 3445 stemcell line
[#150179423](https://www.pivotaltracker.com/story/show/150179423) Signed-off-by: Tom Viehman <[email protected]>
1 parent 19877fb commit fbc0bac

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

ci/configure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
set -eu
44

55
fly -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")

ci/os-images/configure.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -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)

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)