fix: git cli
This commit is contained in:
@@ -14,14 +14,6 @@ def git_push_changes(
|
||||
"""
|
||||
Push newly created service to Gitea
|
||||
"""
|
||||
files_to_stage = [
|
||||
service_dir_rel_path,
|
||||
registry_file_rel_path,
|
||||
master_hla_names_rel_path,
|
||||
master_ioc_subs_rel_path,
|
||||
iocs_overview_rel_path,
|
||||
service_manager_ui_rel_path,
|
||||
]
|
||||
logger.info(f"Staging files inside: {files_to_stage}")
|
||||
repo.index.add(files_to_stage)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user