mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-20 00:34:54 +08:00
update fetch.yml
This commit is contained in:
@@ -20,9 +20,13 @@ stages:
|
|||||||
commands:
|
commands:
|
||||||
- '# 设置NPM源,提升安装速度'
|
- '# 设置NPM源,提升安装速度'
|
||||||
- npm config set registry https://registry.npmmirror.com
|
- npm config set registry https://registry.npmmirror.com
|
||||||
- ''
|
|
||||||
- '# 执行编译命令 '
|
- '# 执行编译命令 '
|
||||||
- npm install && node fetchURLByWasm.js
|
- npm install && node fetchURLByWasm.js
|
||||||
|
- 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: []
|
caches: []
|
||||||
notify: []
|
notify: []
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user