This commit is contained in:
test
2025-05-18 14:22:20 +08:00
parent 23b3d258fb
commit 0edb172dbe

View File

@@ -21,12 +21,14 @@ stages:
- '# 设置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
- echo "测试" > interface.txt.bak
- cat interface.txt.bak
- git config user.name "Gitee流水线" - git config user.name "Gitee流水线"
- git config user.email "actions@githee.com" - git config user.email "actions@githee.com"
- git add . - git add .
- git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee流水线" - git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee流水线"
- git remote origin https://dream:${TOKEN}@gitee.com/dream/migu_video.git - git remote add origin https://dream:${TOKEN}@gitee.com/dream/migu_video.git
- git push - git push
caches: [] caches: []
notify: [] notify: []