update fetch.yml

This commit is contained in:
dream
2025-05-28 08:18:05 +00:00
committed by Gitee
parent 2a8503a52c
commit 01224729aa

View File

@@ -11,8 +11,8 @@ triggers:
- cron: '* 0 */3 * * ? *'
variables:
global:
- TOKEN
- GITHUB_TOKEN
- TOKEN
stages:
- name: fetchurl
displayName: fetchurl
@@ -24,8 +24,8 @@ stages:
displayName: fetchurl
nodeVersion: 21.5.0
commands:
- '# 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://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git
- '# git clone https://develop202:${GITHUB_TOKEN}@github.com/develop202/migu_video.git'
- cd migu_video
- '# 设置NPM源提升安装速度'
- npm config set registry https://registry.npmmirror.com