Skip to content

Commit da76cf4

Browse files
committed
FIX: YAML error in Yamata config.
1 parent bc8b5e8 commit da76cf4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.yamato/promotion.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{% metadata_file .yamato/config.metadata %}
2-
---
31
promote:
42
name: Promote to Production
53
agent:
@@ -13,7 +11,7 @@ promote:
1311
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
1412
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
1513
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
16-
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2019.4
14+
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2019.4
1715
- upm-ci package promote --package-path ./Packages/com.unity.inputsystem/
1816
artifacts:
1917
artifacts:

0 commit comments

Comments
 (0)