We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d99206 commit bb12bb1Copy full SHA for bb12bb1
ci/configure.sh
@@ -3,6 +3,6 @@
3
set -eu
4
5
fly -t production set-pipeline \
6
- -p bosh:stemcells:3421.x -c ci/pipeline.yml \
7
- -l <(lpass show --note "concourse:production pipeline:bosh:stemcells:3421.x") \
+ -p bosh:stemcells:3431.x -c ci/pipeline.yml \
+ -l <(lpass show --note "concourse:production pipeline:bosh:stemcells:3431.x") \
8
-l <(lpass show --note "bats-concourse-pool:vsphere secrets")
ci/pipeline.yml
@@ -699,6 +699,7 @@ resources:
699
- name: version
700
type: semver
701
source:
702
+ initial_version: 3431.10.0
703
driver: s3
704
key: {{stemcell_version_key}}
705
bucket: {{candidate_stemcell_bucket}}
0 commit comments