Skip to content

Commit 931496c

Browse files
authored
[skip ci] fixed editor version to test for promotion the package (#328)
1 parent ed86a78 commit 931496c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.yamato/promotion.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{% metadata_file .yamato/meta/environments.yml %}
22

3-
test_editors:
4-
- version: 2019.3
53
test_platforms:
64
- name: win
75
type: Unity::VM
@@ -13,7 +11,7 @@ packages:
1311
---
1412

1513
{% for package in packages %}
16-
{% for editor in test_editors %}
14+
{% for editor in editors %}
1715
{% for platform in test_platforms %}
1816
promotion_test_{{ platform.name }}_{{ editor.version }}:
1917
name : Promotion Test {{ editor.version }} on {{ platform.name }}

.yamato/upm-ci-publish-github-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ publish_github_release_webapp:
2727
type: Unity::VM
2828
image: package-ci/win10:stable
2929
flavor: b1.large
30+
variables:
31+
GIT_TAG: Foo
3032
commands:
3133
- npm install github-release-cli -g
3234
- github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "WebApp/bin~/webserver"
@@ -44,6 +46,8 @@ publish_github_release_template_{{ project.name }}:
4446
type: Unity::VM
4547
image: package-ci/win10:stable
4648
flavor: b1.large
49+
variables:
50+
GIT_TAG: Foo
4751
commands:
4852
- npm install github-release-cli -g
4953
- github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "upm-ci~/packages/{{ project.packagename }}-%GIT_TAG%.tgz"

0 commit comments

Comments
 (0)