From 58a409cc3c3f371f8041d87872de2ba6fa9d550e Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Sun, 18 May 2025 05:50:23 +0000 Subject: [PATCH] update fetch.yml --- .workflow/fetch.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 79814f7..5830b1d 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -18,14 +18,13 @@ stages: displayName: fetchurl nodeVersion: 21.5.0 commands: + - '# 设置NPM源,提升安装速度' - npm config set registry https://registry.npmmirror.com + - '' + - '# 执行编译命令 ' - npm install && node fetchURLByWasm.js - - sleep 30 - - git config user.name "Gitee流水线" - - git config user.email "actions@githee.com" - - git add . - - git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee流水线" - - git push + caches: [] + notify: [] strategy: retry: '0' - timeout: 5 + timeout: 2