Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android-library.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2022-10-12 14:34:26 +0300
committerÁlvaro Brey <alvaro.brey@nextcloud.com>2022-10-19 11:24:42 +0300
commitbc5dda03ac16291ab6c2f81433f9e114f8e9c661 (patch)
tree0b019d7ecb620eaaeb2169bd8787233e37ff3da0
parent0c3c874f71c033cb4804ee6e7711642351d290cf (diff)
external app needs composer
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index c18be659..4453b56a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -79,6 +79,7 @@ services:
- su www-data -c "git clone -b master https://github.com/nextcloud/password_policy/ /var/www/html/apps/password_policy/"
- su www-data -c "php /var/www/html/occ app:enable password_policy"
- su www-data -c "git clone -b master https://github.com/nextcloud/external/ /var/www/html/apps/external/"
+ - su www-data -c "cd /var/www/html/apps/external; composer install --no-dev"
- su www-data -c "php /var/www/html/occ app:enable external"
- su www-data -c 'php /var/www/html/occ config:app:set external sites --value="{\"1\":{\"id\":1,\"name\":\"Nextcloud\",\"url\":\"https:\/\/www.nextcloud.com\",\"lang\":\"\",\"type\":\"link\",\"device\":\"\",\"icon\":\"external.svg\",\"groups\":[],\"redirect\":false},\"2\":{\"id\":2,\"name\":\"Forum\",\"url\":\"https:\/\/help.nextcloud.com\",\"lang\":\"\",\"type\":\"link\",\"device\":\"\",\"icon\":\"external.svg\",\"groups\":[],\"redirect\":false}}"'
- su www-data -c "git clone -b master https://github.com/nextcloud/files_lock.git /var/www/html/apps/files_lock/"