Skip to content

Commit c93570f

Browse files
committed
CI: ely on branch for line information
Remove `-2019` from individual files, the branch (`semver-2019`) conveys this info.
1 parent 0dfd2a9 commit c93570f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ci/pipelines/stemcells-windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ resources:
244244
username: bosh-admin-bot
245245
password: ((github_public_repo_token))
246246
branch: *bosh_windows_stemcell_builder_semver_branch
247-
file: aws-2019
247+
file: aws
248248
initial_version: "((BASE_OS_VERSION)).1.0"
249249
- name: azure-build-number
250250
type: semver
@@ -255,7 +255,7 @@ resources:
255255
username: bosh-admin-bot
256256
password: ((github_public_repo_token))
257257
branch: *bosh_windows_stemcell_builder_semver_branch
258-
file: azure-2019
258+
file: azure
259259
initial_version: "((BASE_OS_VERSION)).1.0"
260260
- name: gcp-build-number
261261
type: semver
@@ -266,7 +266,7 @@ resources:
266266
username: bosh-admin-bot
267267
password: ((github_public_repo_token))
268268
branch: *bosh_windows_stemcell_builder_semver_branch
269-
file: gcp-2019
269+
file: gcp
270270
initial_version: "((BASE_OS_VERSION)).1.0"
271271
- name: stembuild-linux-build-number
272272
type: semver
@@ -277,7 +277,7 @@ resources:
277277
username: bosh-admin-bot
278278
password: ((github_public_repo_token))
279279
branch: *bosh_windows_stemcell_builder_semver_branch
280-
file: stembuild-linux-2019
280+
file: stembuild-linux
281281
initial_version: "((BASE_OS_VERSION)).1.0"
282282
- name: stembuild-windows-build-number
283283
type: semver
@@ -288,7 +288,7 @@ resources:
288288
username: bosh-admin-bot
289289
password: ((github_public_repo_token))
290290
branch: *bosh_windows_stemcell_builder_semver_branch
291-
file: stembuild-windows-2019
291+
file: stembuild-windows
292292
initial_version: "((BASE_OS_VERSION)).1.0"
293293
- name: main-version
294294
type: semver
@@ -299,7 +299,7 @@ resources:
299299
username: bosh-admin-bot
300300
password: ((github_public_repo_token))
301301
branch: *bosh_windows_stemcell_builder_semver_branch
302-
file: main-2019
302+
file: main
303303
initial_version: "((BASE_OS_VERSION)).1.0"
304304

305305
# type: pool

0 commit comments

Comments
 (0)