From 931496cf034d9ef447ad1f19a34ada3e4c566f49 Mon Sep 17 00:00:00 2001 From: Kazuki Matsumoto <1132081+karasusan@users.noreply.github.com> Date: Fri, 28 Aug 2020 17:12:33 +0900 Subject: [PATCH] [skip ci] fixed editor version to test for promotion the package (#328) --- .yamato/promotion.yml | 4 +--- .yamato/upm-ci-publish-github-release.yml | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.yamato/promotion.yml b/.yamato/promotion.yml index d60427fdf..962e7e61d 100644 --- a/.yamato/promotion.yml +++ b/.yamato/promotion.yml @@ -1,7 +1,5 @@ {% metadata_file .yamato/meta/environments.yml %} -test_editors: - - version: 2019.3 test_platforms: - name: win type: Unity::VM @@ -13,7 +11,7 @@ packages: --- {% for package in packages %} -{% for editor in test_editors %} +{% for editor in editors %} {% for platform in test_platforms %} promotion_test_{{ platform.name }}_{{ editor.version }}: name : Promotion Test {{ editor.version }} on {{ platform.name }} diff --git a/.yamato/upm-ci-publish-github-release.yml b/.yamato/upm-ci-publish-github-release.yml index 416b06b6e..3b4ae5872 100644 --- a/.yamato/upm-ci-publish-github-release.yml +++ b/.yamato/upm-ci-publish-github-release.yml @@ -27,6 +27,8 @@ publish_github_release_webapp: type: Unity::VM image: package-ci/win10:stable flavor: b1.large + variables: + GIT_TAG: Foo commands: - npm install github-release-cli -g - 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 }}: type: Unity::VM image: package-ci/win10:stable flavor: b1.large + variables: + GIT_TAG: Foo commands: - npm install github-release-cli -g - github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "upm-ci~/packages/{{ project.packagename }}-%GIT_TAG%.tgz"