Skip to content

Commit 0dfd2a9

Browse files
committed
CI: change Semver branch to semver-2019
1 parent 942ea08 commit 0dfd2a9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ci/pipelines/stemcells-windows.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
anchors:
44
- &gcp_account_json ((cff-bosh-windows-stemcells_bosh-153_gcp_credentials_json))
55
- &bosh_windows_stemcell_builder_branch windows-2019
6+
- &bosh_windows_stemcell_builder_semver_branch semver-2019
67
- &windows_stemcell_ci_image bosh/windows-stemcell-ci
78
- &windows_stemcell_ci_tag windows-2019
89
- &windows_os_version windows2019
@@ -242,7 +243,7 @@ resources:
242243
uri: https://github.com/cloudfoundry/bosh-windows-stemcell-builder.git
243244
username: bosh-admin-bot
244245
password: ((github_public_repo_token))
245-
branch: semver
246+
branch: *bosh_windows_stemcell_builder_semver_branch
246247
file: aws-2019
247248
initial_version: "((BASE_OS_VERSION)).1.0"
248249
- name: azure-build-number
@@ -253,7 +254,7 @@ resources:
253254
uri: https://github.com/cloudfoundry/bosh-windows-stemcell-builder.git
254255
username: bosh-admin-bot
255256
password: ((github_public_repo_token))
256-
branch: semver
257+
branch: *bosh_windows_stemcell_builder_semver_branch
257258
file: azure-2019
258259
initial_version: "((BASE_OS_VERSION)).1.0"
259260
- name: gcp-build-number
@@ -264,7 +265,7 @@ resources:
264265
uri: https://github.com/cloudfoundry/bosh-windows-stemcell-builder.git
265266
username: bosh-admin-bot
266267
password: ((github_public_repo_token))
267-
branch: semver
268+
branch: *bosh_windows_stemcell_builder_semver_branch
268269
file: gcp-2019
269270
initial_version: "((BASE_OS_VERSION)).1.0"
270271
- name: stembuild-linux-build-number
@@ -275,7 +276,7 @@ resources:
275276
uri: https://github.com/cloudfoundry/bosh-windows-stemcell-builder.git
276277
username: bosh-admin-bot
277278
password: ((github_public_repo_token))
278-
branch: semver
279+
branch: *bosh_windows_stemcell_builder_semver_branch
279280
file: stembuild-linux-2019
280281
initial_version: "((BASE_OS_VERSION)).1.0"
281282
- name: stembuild-windows-build-number
@@ -286,7 +287,7 @@ resources:
286287
uri: https://github.com/cloudfoundry/bosh-windows-stemcell-builder.git
287288
username: bosh-admin-bot
288289
password: ((github_public_repo_token))
289-
branch: semver
290+
branch: *bosh_windows_stemcell_builder_semver_branch
290291
file: stembuild-windows-2019
291292
initial_version: "((BASE_OS_VERSION)).1.0"
292293
- name: main-version
@@ -297,7 +298,7 @@ resources:
297298
uri: https://github.com/cloudfoundry/bosh-windows-stemcell-builder.git
298299
username: bosh-admin-bot
299300
password: ((github_public_repo_token))
300-
branch: semver
301+
branch: *bosh_windows_stemcell_builder_semver_branch
301302
file: main-2019
302303
initial_version: "((BASE_OS_VERSION)).1.0"
303304

0 commit comments

Comments
 (0)