mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-19 16:24:41 +08:00
update fetch.yml
This commit is contained in:
@@ -11,8 +11,8 @@ triggers:
|
|||||||
- cron: '* 0 */3 * * ? *'
|
- cron: '* 0 */3 * * ? *'
|
||||||
variables:
|
variables:
|
||||||
global:
|
global:
|
||||||
- TOKEN
|
|
||||||
- GITHUB_TOKEN
|
- GITHUB_TOKEN
|
||||||
|
- TOKEN
|
||||||
stages:
|
stages:
|
||||||
- name: fetchurl
|
- name: fetchurl
|
||||||
displayName: fetchurl
|
displayName: fetchurl
|
||||||
@@ -24,8 +24,8 @@ stages:
|
|||||||
displayName: fetchurl
|
displayName: fetchurl
|
||||||
nodeVersion: 21.5.0
|
nodeVersion: 21.5.0
|
||||||
commands:
|
commands:
|
||||||
- '# git clone https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git'
|
- git clone https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git
|
||||||
- git clone https://develop202:${GITHUB_TOKEN}@github.com/develop202/migu_video.git
|
- '# git clone https://develop202:${GITHUB_TOKEN}@github.com/develop202/migu_video.git'
|
||||||
- cd migu_video
|
- cd migu_video
|
||||||
- '# 设置NPM源,提升安装速度'
|
- '# 设置NPM源,提升安装速度'
|
||||||
- npm config set registry https://registry.npmmirror.com
|
- npm config set registry https://registry.npmmirror.com
|
||||||
|
|||||||
Reference in New Issue
Block a user