mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
fix strategies (split gitea & forgejo)
This commit is contained in:
parent
95c1d1b14e
commit
019c446f57
1 changed files with 6 additions and 3 deletions
|
@ -19,9 +19,12 @@ STRATEGIES = [
|
||||||
"latest_gitlab_release",
|
"latest_gitlab_release",
|
||||||
"latest_gitlab_tag",
|
"latest_gitlab_tag",
|
||||||
"latest_gitlab_commit",
|
"latest_gitlab_commit",
|
||||||
"latest_giteaforgejo_release",
|
"latest_gitea_release",
|
||||||
"latest_giteaforgejo_tag",
|
"latest_gitea_tag",
|
||||||
"latest_giteaforgejo_commit"
|
"latest_gitea_commit",
|
||||||
|
"latest_forgejo_release",
|
||||||
|
"latest_forgejo_tag",
|
||||||
|
"latest_forgejo_commit"
|
||||||
]
|
]
|
||||||
|
|
||||||
if "--commit-and-create-PR" not in sys.argv:
|
if "--commit-and-create-PR" not in sys.argv:
|
||||||
|
|
Loading…
Add table
Reference in a new issue