diff --git a/cli/src/core/git.py b/cli/src/core/git.py index 5aba5e2..c2e4c07 100644 --- a/cli/src/core/git.py +++ b/cli/src/core/git.py @@ -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)