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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user