This commit is contained in:
test
2025-05-18 14:38:14 +08:00
parent 7d1f3fe8e0
commit f33292ced6
2 changed files with 2 additions and 200 deletions

View File

@@ -24,11 +24,11 @@ stages:
- '# 设置NPM源提升安装速度'
- npm config set registry https://registry.npmmirror.com
- '# 执行编译命令 '
- echo "测试" > interface.txt.bak
- cat interface.txt.bak
- npm install && node fetchURLByWasm.js
- git config user.name "Gitee流水线"
- git config user.email "actions@githee.com"
- git add .
- '# gitee流水线提交 '
- git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee流水线"
- git remote set-url origin https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git
- git push -u origin main