mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-19 16:24:41 +08:00
update .workflow/fetch.yml.
Signed-off-by: dream <13432095+dream-deve@user.noreply.gitee.com>
This commit is contained in:
@@ -23,13 +23,6 @@ stages:
|
|||||||
- ''
|
- ''
|
||||||
- '# 执行编译命令'
|
- '# 执行编译命令'
|
||||||
- npm ci
|
- npm ci
|
||||||
artifacts:
|
|
||||||
- name: BUILD_ARTIFACT
|
|
||||||
path:
|
|
||||||
- ./dist
|
|
||||||
caches:
|
|
||||||
- ~/.npm
|
|
||||||
- ~/.yarn
|
|
||||||
notify: []
|
notify: []
|
||||||
strategy:
|
strategy:
|
||||||
retry: '0'
|
retry: '0'
|
||||||
@@ -46,13 +39,6 @@ stages:
|
|||||||
nodeVersion: 21.5.0
|
nodeVersion: 21.5.0
|
||||||
commands:
|
commands:
|
||||||
- node fetchURLByWasm.js
|
- node fetchURLByWasm.js
|
||||||
artifacts:
|
|
||||||
- name: BUILD_ARTIFACT
|
|
||||||
path:
|
|
||||||
- ./dist
|
|
||||||
caches:
|
|
||||||
- ~/.npm
|
|
||||||
- ~/.yarn
|
|
||||||
notify: []
|
notify: []
|
||||||
strategy:
|
strategy:
|
||||||
retry: '0'
|
retry: '0'
|
||||||
@@ -76,13 +62,6 @@ 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: []
|
notify: []
|
||||||
strategy:
|
strategy:
|
||||||
retry: '0'
|
retry: '0'
|
||||||
|
|||||||
Reference in New Issue
Block a user