Skip to content

Commit a6e58ac

Browse files
committed
removed command keyword
1 parent 3f2a34c commit a6e58ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.yamato/clean-import-job.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ clean_import_{{ project.name }}_{{ editor }}:
1111
image: {{ platform.image }}
1212
flavor: {{ platform.flavor }}
1313
commands:
14-
- command: npm install -g upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
15-
- command: unity-downloader-cli -u {{ editor }} -c Editor --fast --wait
16-
- command: "clean-log-checker --logfile=artifacts/NGO-CleanLog.txt --ignore \"Rebuilding Library because the asset database could not be found!\" --ignore \"Rebuilding Library because the metadata folder could not be found!\" --ignore \"Project manifest update is not allowed on this project.\" --ignore \"Native leak detection mode: EnabledWithStackTrace\" --ignore \"Native leak detection mode: Enabled\" --ignore \"Native leak detection mode: Disabled\" --ignore \"The project currently uses the compatibility mode where the Render Graph API is disabled. Support for this mode will be removed in future Unity versions. Migrate existing ScriptableRenderPasses to the new RenderGraph API. After the migration, disable the compatibility mode in Edit > Projects Settings > Graphics > Render Graph.\""
14+
- npm install -g upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
15+
- unity-downloader-cli -u {{ editor }} -c Editor --fast --wait
16+
- "clean-log-checker --logfile=artifacts/NGO-CleanLog.txt --ignore \"Rebuilding Library because the asset database could not be found!\" --ignore \"Rebuilding Library because the metadata folder could not be found!\" --ignore \"Project manifest update is not allowed on this project.\" --ignore \"Native leak detection mode: EnabledWithStackTrace\" --ignore \"Native leak detection mode: Enabled\" --ignore \"Native leak detection mode: Disabled\" --ignore \"The project currently uses the compatibility mode where the Render Graph API is disabled. Support for this mode will be removed in future Unity versions. Migrate existing ScriptableRenderPasses to the new RenderGraph API. After the migration, disable the compatibility mode in Edit > Projects Settings > Graphics > Render Graph.\""
1717
after:
18-
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
18+
- .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
1919
artifacts:
2020
logs:
2121
paths:

0 commit comments

Comments
 (0)