Skip to content

Commit 3962c9c

Browse files
committed
update registry as bintray will no longer be used
1 parent 37aecb5 commit 3962c9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.yamato/promotion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
2424
variables:
2525
UPMCI_PROMOTION: 1
2626
commands:
27-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
27+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
2828
- upm-ci package test --unity-version {{ editor.version }} --package-path com.unity.formats.fbx
2929
artifacts:
3030
logs:
@@ -47,7 +47,7 @@ promote:
4747
variables:
4848
UPMCI_PROMOTION: 1
4949
commands:
50-
- npm install upm-ci-utils@latest -g --registry https://api.bintray.com/npm/unity/unity-npm
50+
- npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
5151
- upm-ci package promote --package-path com.unity.formats.fbx
5252
triggers:
5353
tags:

.yamato/upm-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pack:
2626
flavor: b1.small
2727
commands:
2828
- ./build.sh
29-
- npm install -g upm-ci-utils@stable --registry https://api.bintray.com/npm/unity/unity-npm
29+
- npm install -g upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
3030
- upm-ci package pack --package-path com.unity.formats.fbx
3131
artifacts:
3232
packages:
@@ -43,7 +43,7 @@ test_{{ platform.name }}_{{ editor.version }}:
4343
image: {{ platform.image }}
4444
flavor: {{ platform.flavor}}
4545
commands:
46-
- npm install -g upm-ci-utils@stable --registry https://api.bintray.com/npm/unity/unity-npm
46+
- npm install -g upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
4747
- upm-ci package test --unity-version {{ editor.version }} --package-path com.unity.formats.fbx
4848
artifacts:
4949
logs:
@@ -95,7 +95,7 @@ publish:
9595
image: package-ci/win10:stable
9696
flavor: b1.small
9797
commands:
98-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
98+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
9999
- upm-ci package publish --package-path com.unity.formats.fbx
100100
triggers:
101101
tags:

0 commit comments

Comments
 (0)