Skip to content

Commit

Permalink
Remove 2018.3 from the CI mix.
Browse files Browse the repository at this point in the history
  • Loading branch information
unpacklo committed Jun 30, 2021
1 parent 774fd22 commit 62b44e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .yamato/upm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ upmci_platforms:
flavor: b1.large

editor_versions:
- version: "2018.3"
display_name: "2018.3"
- version: "2018.4"
display_name: "2018.4"
- version: "2019.2"
Expand Down Expand Up @@ -92,11 +90,7 @@ validate_package_{{platform.name}}_{{editor.display_name}}:
type: {{platform.type}}
flavor: {{platform.flavor}}
commands:
{% if editor.version == "2018.3" %}
- npm install [email protected] --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
{% else %}
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
{% endif %}
- upm-ci package pack --package-path src/
- upm-ci package test --package-path src/ --unity-version {{ editor.version }}
artifacts:
Expand Down

0 comments on commit 62b44e2

Please sign in to comment.