Skip to content

Commit 62b44e2

Browse files
committed
Remove 2018.3 from the CI mix.
1 parent 774fd22 commit 62b44e2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.yamato/upm-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ upmci_platforms:
2727
flavor: b1.large
2828

2929
editor_versions:
30-
- version: "2018.3"
31-
display_name: "2018.3"
3230
- version: "2018.4"
3331
display_name: "2018.4"
3432
- version: "2019.2"
@@ -92,11 +90,7 @@ validate_package_{{platform.name}}_{{editor.display_name}}:
9290
type: {{platform.type}}
9391
flavor: {{platform.flavor}}
9492
commands:
95-
{% if editor.version == "2018.3" %}
96-
- npm install [email protected] --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
97-
{% else %}
9893
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
99-
{% endif %}
10094
- upm-ci package pack --package-path src/
10195
- upm-ci package test --package-path src/ --unity-version {{ editor.version }}
10296
artifacts:

0 commit comments

Comments
 (0)