Skip to content

Commit 1f5b0fb

Browse files
authored
update registry (#200)
1 parent 81d6b75 commit 1f5b0fb

File tree

7 files changed

+9
-14
lines changed

7 files changed

+9
-14
lines changed

.yamato/upm-ci-hdrp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ linux_apis:
170170
commands:
171171
- sudo -H pip install --upgrade pip
172172
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
173-
- sudo npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm
174173
- git clone [email protected]:unity/utr.git TestProjects/{{ project.folder }}/utr
175174

176175
- cd TestProjects/{{ project.folder }} && sudo unity-downloader-cli --source-file ../../unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only

.yamato/upm-ci-packages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pack_{{ package.id }}:
8989
image: package-ci/win10:stable
9090
flavor: b1.large
9191
commands:
92-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
92+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
9393
- upm-ci package pack --package-path {{ package.packagename }}
9494
artifacts:
9595
packages:
@@ -107,7 +107,7 @@ test_{{ package.id }}_{{ platform.name }}_{{ editor.version }}:
107107
image: {{ platform.agent.image }}
108108
flavor: {{ platform.agent.flavor }}
109109
commands:
110-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
110+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
111111
- pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
112112
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
113113
{% if package.hascodependencies %}
@@ -137,7 +137,7 @@ test_{{ package.id }}_{{ platform.name }}_{{ editor.version }}_dependencies:
137137
image: {{ platform.agent.image }}
138138
flavor: {{ platform.agent.flavor }}
139139
commands:
140-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
140+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
141141
- pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
142142
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
143143
{% if package.hascodependencies %}
@@ -166,7 +166,7 @@ all_package_ci_{{ editor.version }}:
166166
image: package-ci/win10:stable
167167
flavor: b1.large
168168
commands:
169-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
169+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
170170
- upm-ci package izon -t
171171
- upm-ci package izon -d
172172
dependencies:
@@ -186,7 +186,7 @@ publish_{{ package.id }}:
186186
image: package-ci/win10:stable
187187
flavor: b1.large
188188
commands:
189-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
189+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
190190
- upm-ci package publish --package-path {{ package.packagename }}
191191
artifacts:
192192
packages:

.yamato/upm-ci-shadergraph.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ Build_{{ project.name }}_OSX_OpenGLCore_Player_{{ editor.version }}:
336336
commands:
337337
- sudo -H pip install --upgrade pip
338338
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
339-
- sudo npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm
340339
- git clone [email protected]:unity/utr.git TestProjects/{{ project.folder }}/utr
341340

342341
- cd TestProjects/{{ project.folder }} && sudo unity-downloader-cli --source-file ../../unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only

.yamato/upm-ci-templates.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pack_{{ template.id }}:
5252
image: package-ci/win10:stable
5353
flavor: b1.large
5454
commands:
55-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
55+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
5656
- upm-ci template pack --project-path {{ template.packagename }}
5757
artifacts:
5858
packages:
@@ -71,7 +71,7 @@ test_{{ template.id }}_{{ platform.name }}_{{ editor.version }}:
7171
image: {{ platform.agent.image }}
7272
flavor: {{ platform.agent.flavor }}
7373
commands:
74-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
74+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
7575
- pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
7676
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
7777
{% if template.hascodependencies %}
@@ -102,7 +102,7 @@ test_{{ template.id }}_{{ platform.name }}_{{ editor.version }}_dependencies:
102102
image: {{ platform.agent.image }}
103103
flavor: {{ platform.agent.flavor }}
104104
commands:
105-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
105+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
106106
- pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
107107
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
108108
{% if template.hascodependencies %}
@@ -131,7 +131,7 @@ all_template_ci_{{ editor.version }}:
131131
image: package-ci/win10:stable
132132
flavor: b1.large
133133
commands:
134-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
134+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
135135
- upm-ci package izon -t
136136
- upm-ci package izon -d
137137
dependencies:

.yamato/upm-ci-universal.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ Build_{{ project.name }}_OSX_OpenGLCore_Player_{{ editor.version }}:
350350
commands:
351351
- sudo -H pip install --upgrade pip
352352
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
353-
- sudo npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm
354353
- git clone [email protected]:unity/utr.git TestProjects/{{ project.folder }}/utr
355354

356355
- cd TestProjects/{{ project.folder }} && sudo unity-downloader-cli --source-file ../../unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only

.yamato/upm-ci-vfx_lwrp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ Build_{{ project.name }}_OSX_OpenGLCore_Player_{{ editor.version }}:
333333
commands:
334334
- sudo -H pip install --upgrade pip
335335
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
336-
- sudo npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm
337336
- git clone [email protected]:unity/utr.git TestProjects/{{ project.folder }}/utr
338337

339338
- cd TestProjects/{{ project.folder }} && sudo unity-downloader-cli --source-file ../../unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only

.yamato/upm-ci-vfxmain.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ Build_{{ project.name }}_Win_{{ win_api.name }}_Player_{{ editor.version }}:
226226
commands:
227227
- sudo -H pip install --upgrade pip
228228
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
229-
- sudo npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm
230229
- git clone [email protected]:unity/utr.git TestProjects/{{ project.folder }}/utr
231230

232231
- cd TestProjects/{{ project.folder }} && sudo unity-downloader-cli --source-file ../../unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only

0 commit comments

Comments
 (0)