Skip to content

Commit

Permalink
fixed pipeline bug
Browse files Browse the repository at this point in the history
  • Loading branch information
karasusan committed Jul 31, 2019
1 parent 4fff200 commit 1ede9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .yamato/upm-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pack:
- "upm-ci~/templates/**/*"
dependencies:
{% for platform in platforms %}
- .yamato/upm-ci-webrtc.yml#build_{{ platform.name }}
- .yamato/upm-ci-packages.yml#prepack_webrtc_{{ platform.name }}
- .yamato/upm-ci-webapp.yml#pack_{{ platform.name }}
{% endfor %}

Expand All @@ -49,7 +49,7 @@ test_{{ platform.name }}_{{ editor.version }}:
- "upm-ci~/test-results/**/*"
dependencies:
{% for platform in platforms %}
- .yamato/upm-ci-webrtc.yml#build_{{ platform.name }}
- .yamato/upm-ci-packages.yml#prepack_webrtc_{{ platform.name }}
{% endfor %}
- .yamato/upm-ci-template.yml#pack
{% endfor %}
Expand Down

0 comments on commit 1ede9a2

Please sign in to comment.