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:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2022-05-02 18:57:56 +0300
committerGitHub <noreply@github.com>2022-05-02 18:57:56 +0300
commit1b97363c419f2cd9566b0bb12d1302b51dc621ae (patch)
tree4ff042ce2a6d4f03787d53281322ea86a9f08f13
parente94dd38a71fd71bed227e0018f9e9b2e60e9f56a (diff)
parenteccb505d48d0f5eaa787d0c402d066aa4938e2c6 (diff)
Merge pull request #884 from nextcloud/backport/882/stable-2.102.10.0
[stable-2.10] drone: Use master branch for files_lock
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 3c245b6c..21a3981b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -122,7 +122,7 @@ services:
- su www-data -c "git clone -b master https://github.com/nextcloud/external/ /var/www/html/apps/external/"
- 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 enh/collaborative-lock https://github.com/nextcloud/files_lock.git /var/www/html/apps/files_lock/"
+ - su www-data -c "git clone -b master https://github.com/nextcloud/files_lock.git /var/www/html/apps/files_lock/"
- su www-data -c "php /var/www/html/occ app:enable -f files_lock"
- /usr/local/bin/run.sh