update pipeline-build-20220901.yml

This commit is contained in:
shenmo 2022-09-01 14:24:17 +00:00 committed by Gitee
parent 26f5928656
commit 494372e0b2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -28,7 +28,6 @@ stages:
- yarn config set registry "https://registry.npmmirror.com" - 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_builder_binaries_mirror "https://npmmirror.com/mirrors/electron-builder-binaries/"
- yarn config set electron_mirror "https://cdn.npmmirror.com/binaries/electron/" - yarn config set electron_mirror "https://cdn.npmmirror.com/binaries/electron/"
- yarn cache clean
- '#下载electron' - '#下载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/electron-v2.0.16-linux-x64.zip
- wget https://kgithub.com/electron/electron/releases/download/v2.0.16/SHASUMS256.txt - wget https://kgithub.com/electron/electron/releases/download/v2.0.16/SHASUMS256.txt
@ -43,9 +42,7 @@ stages:
- name: BUILD_ARTIFACT - name: BUILD_ARTIFACT
path: path:
- ../release - ../release
caches: caches: []
- ~/.npm
- ~/.yarn
notify: [] notify: []
strategy: strategy:
retry: '0' retry: '0'