update fetch.yml

This commit is contained in:
dream
2025-05-19 04:55:15 +00:00
committed by Gitee
parent 52d3203240
commit 41b8682fc9

View File

@@ -4,7 +4,7 @@ displayName: fetch
triggers: triggers:
trigger: auto trigger: auto
schedule: schedule:
- cron: '* 49 12 * * ? *' - cron: '* 57 12 * * ? *'
variables: variables:
global: global:
- TOKEN - TOKEN
@@ -13,7 +13,6 @@ stages:
displayName: fetchurl displayName: fetchurl
strategy: naturally strategy: naturally
trigger: auto trigger: auto
executor: []
steps: steps:
- step: build@nodejs - step: build@nodejs
name: fetchurl name: fetchurl
@@ -31,9 +30,6 @@ stages:
- git diff --quiet && git diff --staged --quiet || git commit -m "Update by 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 remote set-url origin https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git
- git push -u origin main - git push -u origin main
caches: []
notify: []
strategy: strategy:
retry: '0' retry: '0'
timeout: 2 timeout: 2
strategy: {}