mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-17 15:25:03 +08:00
ttt
This commit is contained in:
@@ -17,15 +17,7 @@ stages:
|
|||||||
name: npm_install
|
name: npm_install
|
||||||
displayName: deps_install
|
displayName: deps_install
|
||||||
nodeVersion: 21.5.0
|
nodeVersion: 21.5.0
|
||||||
commands: |
|
commands: npm config set registry https://registry.npmmirror.com && 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
|
||||||
npm config set registry https://registry.npmmirror.com
|
|
||||||
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
|
|
||||||
strategy:
|
strategy:
|
||||||
retry: '0'
|
retry: '0'
|
||||||
timeout: 5
|
timeout: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user