fix: git cli

This commit is contained in:
Benjamin Labrecque
2026-07-14 10:12:47 +02:00
parent bedf91d849
commit 10797ff608
-8
View File
@@ -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)