update fetch.yml

This commit is contained in:
dream
2025-05-19 05:32:40 +00:00
committed by Gitee
parent 5219d59e22
commit b4bdb33631

View File

@@ -8,7 +8,7 @@ triggers:
precise: precise:
- main - main
schedule: schedule:
- cron: '* 0 */3 * * ? *' - cron: '* */1 * * * ? *'
variables: variables:
global: global:
- TOKEN - TOKEN
@@ -32,7 +32,8 @@ stages:
- git add . - git add .
- '# gitee流水线提交 ' - '# gitee流水线提交 '
- 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 push -f https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git main:main - git remote set-url origin https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git
- git push -u origin main
strategy: strategy:
retry: '0' retry: '0'
timeout: 2 timeout: 2