Skip to content

Commit 416d2af

Browse files
Merge pull request #80 from baloise/test-app-sync-apps
remove debug line from sync-apps
2 parents 1557f4a + 4b30db2 commit 416d2af

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
9+
## [3.0.1] - 2020-04-09
10+
811
### Added
912
- Improved error handling while reading `gitops.config.yaml`
1013

14+
### Changed
15+
- Fixed bug in `sync-apps` that always added a `test-app`
16+
1117
## [3.0.0] - 2020-03-20
1218

1319
### Added
@@ -30,4 +36,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3036

3137
### Added
3238
- New command `delete-preview`
33-
- Added initial Changelog.md
39+
- Added initial Changelog.md

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)