소스 검색

Removes unneeded mirror. (#4995)

Henning Dieterichs 1 주 전
부모
커밋
52ad0e5320
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      .azure-pipelines/publish-nightly.yml
  2. 0 1
      .azure-pipelines/publish-stable.yml

+ 0 - 1
.azure-pipelines/publish-nightly.yml

@@ -84,7 +84,6 @@ extends:
             inputs:
               versionSource: fromFile
               versionFilePath: .nvmrc
-              nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
 
           - script: npm ci
             displayName: Install NPM dependencies

+ 0 - 1
.azure-pipelines/publish-stable.yml

@@ -68,7 +68,6 @@ extends:
             inputs:
               versionSource: fromFile
               versionFilePath: .nvmrc
-              nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
 
           - script: npm ci
             displayName: Install NPM dependencies