Skip to content

Commit

Permalink
Merge pull request #151 from Unity-Technologies/dev
Browse files Browse the repository at this point in the history
Fix messed up indentation in upm-cy.yml (FTV-352)
  • Loading branch information
judubu authored Jan 16, 2020
2 parents 3155c83 + 88ae7c8 commit b28f0fe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .yamato/upm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ pack:
name: Pack
agent:
type: Unity::VM::osx
image: buildfarm/mac:stable
flavor: m1.mac
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- upm-ci package pack --package-path package/com.unity.formats.usd
artifacts:
packages:
paths:
- "upm-ci~/packages/**/*"
image: buildfarm/mac:stable
flavor: m1.mac
commands:
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
- upm-ci package pack --package-path package/com.unity.formats.usd
artifacts:
packages:
paths:
- "upm-ci~/packages/**/*"

{% for editor in test_editors %}
{% for platform in test_platforms %}
Expand Down

0 comments on commit b28f0fe

Please sign in to comment.