Skip to content

Commit

Permalink
Add correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Bourbonnais committed Dec 12, 2019
1 parent f00092e commit 70465c0
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .yamato/yamato.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,7 @@ pack:
- "upm-ci~/packages/**"
build_output:
paths:
- "com.autodesk.fbx"
build_output_promotion:
paths:
- "com.autodesk.fbx"
- "com.autodesk.fbx/**"

{% for editor in editors %}
{% for backend in backends %}
Expand Down Expand Up @@ -170,9 +167,6 @@ test_{{ platform.name }}_{{ editor.version }}_{{ backend.name }}:
logs:
paths:
- "upm-ci~/test-results/**/*"
build_output:
paths:
- "com.autodesk.fbx"
dependencies:
- .yamato/yamato.yml#pack
{% endfor %}
Expand Down Expand Up @@ -220,11 +214,9 @@ publish:
packages:
paths:
- "upm-ci~/packages/**"
build_output_promotion:
paths:
- "com.autodesk.fbx"
dependencies:
- .yamato/yamato.yml#promotion_test
- .yamato/yamato.yml#pack
{% for editor in editors %}
{% for platform in platforms %}
{% for backend in backends %}
Expand All @@ -248,8 +240,6 @@ promote:
packages:
paths:
- "upm-ci~/packages/**"
build_output_promotion:
paths:
- "com.autodesk.fbx"
dependencies:
- .yamato/yamato.yml#pack
- .yamato/yamato.yml#publish

0 comments on commit 70465c0

Please sign in to comment.