File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,11 @@ promote_{{ project.name }}_{{ package.name }}_dry_run:
63
63
dependencies :
64
64
- .yamato/project-pack.yml#pack_{{ project.name }}
65
65
- .yamato/project-publish.yml#publish_{{ project.name }}_{{ package.name }}
66
- - .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ package.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
66
+ {% for editor in project.test_editors -%}
67
+ {% for platform in test_platforms -%}
68
+ - .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ package.name }}_{{ platform.name }}_{{ editor }}
69
+ {% endfor -%}
70
+ {% endfor -%}
67
71
68
72
{% endfor -%}
69
73
{% endif -%}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ publish_{{ project.name }}_{{ package.name }}:
38
38
- " upm-ci~/packages/*.tgz"
39
39
dependencies :
40
40
- .yamato/project-pack.yml#pack_{{ project.name }}
41
- - .yamato/project-tests .yml#validate_{{ package.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
41
+ - .yamato/project-publish .yml#validate_{{ package.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
42
42
- .yamato/project-publish.yml#publish_{{ project.name }}_{{ package.name }}_dry_run
43
43
44
44
publish_{{ project.name }}_{{ package.name }}_dry_run :
@@ -56,7 +56,11 @@ publish_{{ project.name }}_{{ package.name }}_dry_run:
56
56
- " upm-ci~/packages/*.tgz"
57
57
dependencies :
58
58
- .yamato/project-pack.yml#pack_{{ project.name }}
59
- - .yamato/project-tests.yml#validate_{{ package.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
59
+ {% for editor in project.test_editors -%}
60
+ {% for platform in test_platforms -%}
61
+ - .yamato/project-publish.yml#validate_{{ package.name }}_{{ platform.name }}_{{ editor }}
62
+ {% endfor -%}
63
+ {% endfor -%}
60
64
61
65
{% endfor -%}
62
66
{% endif -%}
You can’t perform that action at this time.
0 commit comments