From 76137c5895a0d5a7ef36c4f8812a354678282fd4 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 2 Nov 2021 16:54:15 +0100 Subject: [PATCH] fix setup-apps job --- templates/nextcloud-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/nextcloud-config.yaml b/templates/nextcloud-config.yaml index 891b507c..0854b3e7 100644 --- a/templates/nextcloud-config.yaml +++ b/templates/nextcloud-config.yaml @@ -31,7 +31,6 @@ data: set -ev # Debug: place the json file in a persistent location for reuse cp /var/local/onlyoffice-config.json /var/www/html/ - cp /var/local/social-login-config.json /var/www/html/ occ="/var/www/html/occ" # Enable app store so we can run `install` and `enable` commands php $occ config:system:set appstoreenabled --type boolean --value true -- GitLab