From 9c05e014238e32fe3ca8f9d27a709638ad15efd4 Mon Sep 17 00:00:00 2001 From: Sophia <16596228+sophiaaar@users.noreply.github.com> Date: Tue, 21 Apr 2020 15:25:49 +0200 Subject: [PATCH] remove npm urls --- .yamato/upm-ci-shadergraph_stereo.yml | 1 - .yamato/upm-ci-universal_stereo.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.yamato/upm-ci-shadergraph_stereo.yml b/.yamato/upm-ci-shadergraph_stereo.yml index c7be3e63614..1774c0045b3 100644 --- a/.yamato/upm-ci-shadergraph_stereo.yml +++ b/.yamato/upm-ci-shadergraph_stereo.yml @@ -109,7 +109,6 @@ Build_{{ project.name }}_Win_Player_{{ editor.version }}: CUSTOM_REVISION: custom_revision_not_set {% endif %} commands: - - npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm - git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/{{ project.folder }}/utr - pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade diff --git a/.yamato/upm-ci-universal_stereo.yml b/.yamato/upm-ci-universal_stereo.yml index 8e8c8557ad2..5bee2ebdc66 100644 --- a/.yamato/upm-ci-universal_stereo.yml +++ b/.yamato/upm-ci-universal_stereo.yml @@ -108,7 +108,6 @@ Build_{{ project.name }}_Win_Player_{{ editor.version }}: CUSTOM_REVISION: custom_revision_not_set {% endif %} commands: - - npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm - git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/{{ project.folder }}/utr - pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade