소스 검색

ci(linux): specify npm registry [skip ci]

Baptiste Augrain 1 년 전
부모
커밋
da43928fde
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      prepare_vscode.sh

+ 2 - 0
prepare_vscode.sh

@@ -103,6 +103,8 @@ if [[ "${OS_NAME}" == "linux" ]]; then
 
     export VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME
 
+    export NPM_REGISTRY='https://registry.yarnpkg.com'
+
     ./build/azure-pipelines/linux/install.sh
 
     EXPECTED_GLIBC_VERSION="2.17" EXPECTED_GLIBCXX_VERSION="3.4.19" ./build/azure-pipelines/linux/verify-glibc-requirements.sh