add new tools
This commit is contained in:
@ -67,7 +67,7 @@ def process_repositories(args, service):
|
||||
elif repo["type"] == 'github':
|
||||
repo_url = f"git@github.com:/{repo['repo']}"
|
||||
else:
|
||||
logging.error(f"Repository typw {repo['type']} is not supported")
|
||||
logging.error(f"Repository type {repo['type']} is not supported")
|
||||
exit(1)
|
||||
if not checkout_exists:
|
||||
git_repo = Repo.clone_from(
|
||||
|
Reference in New Issue
Block a user