Skip to content

Commit f6a7dd9

Browse files
author
Mark Visser
authored
Use @stable for running tests
@latest fails with an error about not finding the timeline package
1 parent 89a3937 commit f6a7dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/promotion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
2323
variables:
2424
UPMCI_PROMOTION: 1
2525
commands:
26-
- npm install upm-ci-utils@latest -g --registry https://api.bintray.com/npm/unity/unity-npm
26+
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
2727
- upm-ci package test --unity-version {{ editor.version }} --package-path com.unity.formats.fbx
2828
artifacts:
2929
logs:
@@ -79,4 +79,4 @@ promote:
7979
{% for platform in test_platforms %}
8080
- .yamato/promotion.yml#promotion_test_{{ platform.name }}_{{ editor.version }}
8181
{% endfor %}
82-
{% endfor %}
82+
{% endfor %}

0 commit comments

Comments
 (0)