mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
added entry to exclusion list
This commit is contained in:
@ -14,6 +14,7 @@ EXCLUSION_LIST = [
|
|||||||
"aosp-mirror/platform_frameworks_base", # takes ages to clone
|
"aosp-mirror/platform_frameworks_base", # takes ages to clone
|
||||||
"alibaba/druid", # tests takes literally more than 5 hours
|
"alibaba/druid", # tests takes literally more than 5 hours
|
||||||
"hashgraph/hedera-mirror-node", # requires authentication
|
"hashgraph/hedera-mirror-node", # requires authentication
|
||||||
|
"Starcloud-Cloud/starcloud-llmops", # requires authentication
|
||||||
]
|
]
|
||||||
|
|
||||||
def clone(repo: str, dest: str, updates: dict, force: bool = False, verbose: bool = False) -> None:
|
def clone(repo: str, dest: str, updates: dict, force: bool = False, verbose: bool = False) -> None:
|
||||||
|
Reference in New Issue
Block a user