From 41b7a56890b4db3ab71b4b542f96194dba77143d Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Mon, 19 May 2025 00:19:26 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20.workflo?= =?UTF-8?q?w/pipeline-20250519.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .workflow/pipeline-20250519.yml | 38 --------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .workflow/pipeline-20250519.yml diff --git a/.workflow/pipeline-20250519.yml b/.workflow/pipeline-20250519.yml deleted file mode 100644 index 9fb2657..0000000 --- a/.workflow/pipeline-20250519.yml +++ /dev/null @@ -1,38 +0,0 @@ -version: '1.0' -name: pipeline-20250519 -displayName: update -triggers: - trigger: auto - schedule: - - cron: '* 45 7 * * ? *' -variables: - global: - - TOKEN -stages: - - name: stage-4dbf7714 - displayName: updateurl - strategy: naturally - trigger: auto - executor: [] - steps: - - step: build@nodejs - name: refresh - displayName: refresh - nodeVersion: 21.5.0 - commands: - - '# 设置NPM源,提升安装速度' - - npm config set registry https://registry.npmmirror.com - - '# 执行编译命令 ' - - npm install && node fetchURLByWasm.js - - git config user.name "Gitee流水线" - - git config user.email "actions@githee.com" - - git add . - - '# gitee流水线提交 ' - - git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee流水线" - - git remote set-url origin https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git - - git push -u origin main - caches: [] - notify: [] - strategy: - retry: '0' - timeout: 2