Skip to content

Commit 00c5313

Browse files
committed
yamato internal publish step, now with feeling
1 parent 1010735 commit 00c5313

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.yamato/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ publish_internal:
1818
paths:
1919
- "upm-ci~/packages/*.tgz"
2020
dependencies:
21+
- .yamato/build.yml#build
2122
{% for editor in test_editors %}
2223
{% for platform in test_platforms %}
23-
- .yamato/upm-ci.yml#test_{{ platform.name }}_{{ editor.version }}
24+
- .yamato/test.yml#test_{{ platform.name }}_{{ editor.version }}
25+
{% endfor %}
2426
{% endfor %}
25-
{% endfor %}

.yamato/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ test_{{ platform.name }}_{{ editor.version }}:
2929

3030
test_trigger:
3131
name: Tests Trigger
32-
# triggers:
33-
# branches:
34-
# only:
35-
# - "/.*/"
32+
triggers:
33+
branches:
34+
only:
35+
- "/.*/"
3636
dependencies:
3737
{% for editor in test_editors %}
3838
{% for platform in test_platforms %}

0 commit comments

Comments
 (0)