From 0c96acbcd409ee9cc29c9a0cbaf4adb5ea1df09e Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 21 Dec 2023 12:29:04 +0100 Subject: [PATCH] Fix logic to decide source of nextcloud apps --- templates/nextcloud-onlyoffice-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nextcloud-onlyoffice-config.yaml b/templates/nextcloud-onlyoffice-config.yaml index f30d07c7..6a0b2a58 100644 --- a/templates/nextcloud-onlyoffice-config.yaml +++ b/templates/nextcloud-onlyoffice-config.yaml @@ -100,7 +100,7 @@ data: {{- range $apps }} {{- if not .name }} echo "Skipping app {{ . }} without name variable set" - {{- else if and .github_repository .version .release_filename }} + {{- else if .version }} # Apps with a pinned version number are downloaded from GitHub so we can # update the pin with Renovatebot -- GitLab