From 494372e0b2309f55234aad62789cd97cb5d41542 Mon Sep 17 00:00:00 2001 From: shenmo Date: Thu, 1 Sep 2022 14:24:17 +0000 Subject: [PATCH] update pipeline-build-20220901.yml --- .workflow/pipeline-build-20220901.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.workflow/pipeline-build-20220901.yml b/.workflow/pipeline-build-20220901.yml index c4972d8..56dbea4 100644 --- a/.workflow/pipeline-build-20220901.yml +++ b/.workflow/pipeline-build-20220901.yml @@ -28,7 +28,6 @@ stages: - yarn config set registry "https://registry.npmmirror.com" - yarn config set electron_builder_binaries_mirror "https://npmmirror.com/mirrors/electron-builder-binaries/" - yarn config set electron_mirror "https://cdn.npmmirror.com/binaries/electron/" - - yarn cache clean - '#下载electron' - wget https://kgithub.com/electron/electron/releases/download/v2.0.16/electron-v2.0.16-linux-x64.zip - wget https://kgithub.com/electron/electron/releases/download/v2.0.16/SHASUMS256.txt @@ -43,9 +42,7 @@ stages: - name: BUILD_ARTIFACT path: - ../release - caches: - - ~/.npm - - ~/.yarn + caches: [] notify: [] strategy: retry: '0'