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

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2020-10-27 18:55:45 +0300
committertobiasKaminsky <tobias@kaminsky.me>2020-10-30 09:27:39 +0300
commit3a76ff78df6b5f809cb16bf5268d52999c339e32 (patch)
treee422d047f5085e890d9db31f853d19f85d340c94 /.drone.yml
parenteea048b1ec799e91c33551e087551e3d5c7605ec (diff)
use stable 20 for stable tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 8207b89d17..e9a0ecc815 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -59,7 +59,7 @@ services:
environment:
EVAL: true
commands:
- - BRANCH='stable18' /usr/local/bin/initnc.sh
+ - BRANCH='stable20' /usr/local/bin/initnc.sh
- echo 127.0.0.1 server >> /etc/hosts
- su www-data -c "OC_PASS=user1 php /var/www/html/occ user:add --password-from-env --display-name='User One' user1"
- su www-data -c "OC_PASS=user2 php /var/www/html/occ user:add --password-from-env --display-name='User Two' user2"
@@ -68,9 +68,9 @@ services:
- su www-data -c "php /var/www/html/occ group:add users"
- su www-data -c "php /var/www/html/occ group:adduser users user1"
- su www-data -c "php /var/www/html/occ group:adduser users user2"
- - su www-data -c "git clone -b stable18 https://github.com/nextcloud/activity.git /var/www/html/apps/activity/"
+ - su www-data -c "git clone -b stable20 https://github.com/nextcloud/activity.git /var/www/html/apps/activity/"
- su www-data -c "php /var/www/html/occ app:enable activity"
- - su www-data -c "git clone -b stable18 https://github.com/nextcloud/text.git /var/www/html/apps/text/"
+ - su www-data -c "git clone -b stable20 https://github.com/nextcloud/text.git /var/www/html/apps/text/"
- su www-data -c "php /var/www/html/occ app:enable text"
- su www-data -c "php /var/www/html/occ app:enable end_to_end_encryption"
- /usr/local/bin/run.sh