mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-19 08:14:38 +08:00
update fetch.yml
This commit is contained in:
@@ -22,6 +22,21 @@ stages:
|
|||||||
- 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
|
||||||
|
- ''
|
||||||
|
strategy:
|
||||||
|
retry: '0'
|
||||||
|
timeout: 5
|
||||||
|
- name: push_repo
|
||||||
|
displayName: push_repo
|
||||||
|
strategy: naturally
|
||||||
|
trigger: auto
|
||||||
|
executor: []
|
||||||
|
steps:
|
||||||
|
- step: build@nodejs
|
||||||
|
name: push_repo
|
||||||
|
displayName: push_repo
|
||||||
|
nodeVersion: 21.5.0
|
||||||
|
commands:
|
||||||
- '# actions提交'
|
- '# actions提交'
|
||||||
- git config user.name "Gitee Actions"
|
- git config user.name "Gitee Actions"
|
||||||
- git config user.email "actions@githee.com"
|
- git config user.email "actions@githee.com"
|
||||||
@@ -29,6 +44,15 @@ stages:
|
|||||||
- git add .
|
- git add .
|
||||||
- git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee Actions"
|
- git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee Actions"
|
||||||
- git push
|
- git push
|
||||||
|
- ''
|
||||||
|
artifacts:
|
||||||
|
- name: BUILD_ARTIFACT
|
||||||
|
path:
|
||||||
|
- ./dist
|
||||||
|
caches:
|
||||||
|
- ~/.npm
|
||||||
|
- ~/.yarn
|
||||||
|
notify: []
|
||||||
strategy:
|
strategy:
|
||||||
retry: '0'
|
retry: '0'
|
||||||
timeout: 5
|
timeout: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user