Skip to content

Commit a1f1fed

Browse files
remove debug line from sync-apps
1 parent 1557f4a commit a1f1fed

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

gitopscli/commands/sync_apps.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ def __sync_apps(apps_git, root_git):
6969
repo_apps = __get_repo_apps(apps_git)
7070
logging.info("Found %s app(s) in apps repository: %s", len(repo_apps), ", ".join(repo_apps))
7171

72-
repo_apps.add("test-app")
73-
7472
logging.info("Searching apps repository in root repository's 'apps/' directory...")
7573
apps_config_file, apps_config_file_name, current_repo_apps, apps_from_other_repos = __find_apps_config_from_repo(
7674
apps_git, root_git

0 commit comments

Comments
 (0)