mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-19 00:04:59 +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
|
||||
artifacts:
|
||||
- name: BUILD_ARTIFACT
|
||||
path:
|
||||
- ./dist
|
||||
caches:
|
||||
- ~/.npm
|
||||
- ~/.yarn
|
||||
notify: []
|
||||
strategy:
|
||||
retry: '0'
|
||||
@@ -46,13 +39,6 @@ stages:
|
||||
nodeVersion: 21.5.0
|
||||
commands:
|
||||
- node fetchURLByWasm.js
|
||||
artifacts:
|
||||
- name: BUILD_ARTIFACT
|
||||
path:
|
||||
- ./dist
|
||||
caches:
|
||||
- ~/.npm
|
||||
- ~/.yarn
|
||||
notify: []
|
||||
strategy:
|
||||
retry: '0'
|
||||
@@ -76,13 +62,6 @@ stages:
|
||||
- git add .
|
||||
- git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee Actions"
|
||||
- git push
|
||||
artifacts:
|
||||
- name: BUILD_ARTIFACT
|
||||
path:
|
||||
- ./dist
|
||||
caches:
|
||||
- ~/.npm
|
||||
- ~/.yarn
|
||||
notify: []
|
||||
strategy:
|
||||
retry: '0'
|
||||
|
||||
Reference in New Issue
Block a user