Skip to content

Commit b2342d4

Browse files
Fix a couple yamato files manually to fix error
1 parent 58f9339 commit b2342d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.yamato/wrench/api-validation-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ api_validation_-_postprocessing_-_2019_4_-_windows:
2020
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
2121
timeout: 20
2222
retries: 10
23-
- command: unity-downloader-cli -u 2019.4/staging -c Editor --fast
23+
- command: unity-downloader-cli -u 2019.4 -c Editor --fast
2424
timeout: 10
2525
retries: 3
2626
- command: python PythonScripts/PackageJsonCondersor.py

.yamato/wrench/validation-jobs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ validate_-_postprocessing_-_2019_4_-_macos:
1313
- command: 7z x -aoa wrench-localapv.zip
1414
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
1515
- command: python PythonScripts/print_machine_info.py
16-
- command: unity-downloader-cli -u 2019.4/staging -c Editor --fast
16+
- command: unity-downloader-cli -u 2019.4 -c Editor --fast
1717
timeout: 10
1818
retries: 3
1919
- command: upm-pvp create-test-project test-postprocessing --packages "upm-ci~/packages/*.tgz" --unity .Editor
@@ -77,7 +77,7 @@ validate_-_postprocessing_-_2019_4_-_ubuntu:
7777
- command: 7z x -aoa wrench-localapv.zip
7878
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
7979
- command: python PythonScripts/print_machine_info.py
80-
- command: unity-downloader-cli -u 2019.4/staging -c Editor --fast
80+
- command: unity-downloader-cli -u 2019.4 -c Editor --fast
8181
timeout: 10
8282
retries: 3
8383
- command: upm-pvp create-test-project test-postprocessing --packages "upm-ci~/packages/*.tgz" --unity .Editor
@@ -141,7 +141,7 @@ validate_-_postprocessing_-_2019_4_-_windows:
141141
- command: 7z x -aoa wrench-localapv.zip
142142
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
143143
- command: python PythonScripts/print_machine_info.py
144-
- command: unity-downloader-cli -u 2019.4/staging -c Editor --fast
144+
- command: unity-downloader-cli -u 2019.4 -c Editor --fast
145145
timeout: 10
146146
retries: 3
147147
- command: upm-pvp create-test-project test-postprocessing --packages "upm-ci~/packages/*.tgz" --unity .Editor

0 commit comments

Comments
 (0)