We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a3937 commit f6a7dd9Copy full SHA for f6a7dd9
.yamato/promotion.yml
@@ -23,7 +23,7 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
23
variables:
24
UPMCI_PROMOTION: 1
25
commands:
26
- - npm install upm-ci-utils@latest -g --registry https://api.bintray.com/npm/unity/unity-npm
+ - npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
27
- upm-ci package test --unity-version {{ editor.version }} --package-path com.unity.formats.fbx
28
artifacts:
29
logs:
@@ -79,4 +79,4 @@ promote:
79
{% for platform in test_platforms %}
80
- .yamato/promotion.yml#promotion_test_{{ platform.name }}_{{ editor.version }}
81
{% endfor %}
82
-{% endfor %}
+{% endfor %}
0 commit comments