diff --git a/system/upgrade_applications_config.yaml b/system/upgrade_applications_config.yaml index f442740..7f3d081 100644 --- a/system/upgrade_applications_config.yaml +++ b/system/upgrade_applications_config.yaml @@ -51,6 +51,3 @@ variables: bin_file: "gitea" os_family: "linux" architecture: "arm64" - - orchestra: - - role: "minio" diff --git a/system/upgrade_github_application.yaml b/system/upgrade_github_application.yaml index ba85d88..3be99bc 100644 --- a/system/upgrade_github_application.yaml +++ b/system/upgrade_github_application.yaml @@ -33,9 +33,9 @@ tasks: description: "Load variables for $(settings.name)" url: "@(provisioning)/roles/$(settings.name)/vars/version.yaml" - # - return: - # description: "Latest version installed $(new_version)" - # when: $(new_version == app_version) + - return: + description: "Latest version installed $(new_version)" + when: $(new_version == app_version) - execute: description: "Download application from $(download_url)" @@ -144,11 +144,9 @@ tasks: - "commit" - "-m" - "New $(settings.name) release" - onError: "continue" - execute: dir: "@(provisioning)" exec: "git" args: - "push" - onError: "continue"