update fetch.yml

This commit is contained in:
dream
2025-05-18 05:50:23 +00:00
committed by Gitee
parent 0a0df188cd
commit 58a409cc3c

View File

@@ -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