File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ promote_{{ project.name }}_{{ package.name }}:
3939 - " upm-ci~/packages/*.tgz"
4040 dependencies :
4141 - .yamato/project-pack.yml#pack_{{ project.name }}
42- - .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ project.packages.first .name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
42+ - .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ package .name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
4343
4444promote_{{ project.name }}_{{ package.name }}_dry_run :
4545 name : Promote Project {{ project.name }} - Package {{ package.name }} to Production (dry-run)
@@ -58,7 +58,7 @@ promote_{{ project.name }}_{{ package.name }}_dry_run:
5858 - " upm-ci~/packages/*.tgz"
5959 dependencies :
6060 - .yamato/project-pack.yml#pack_{{ project.name }}
61- - .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ project.packages.first .name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
61+ - .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ package .name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
6262
6363{% endfor -%}
6464
You can’t perform that action at this time.
0 commit comments