Skip to content

Commit 25e3e8f

Browse files
wip
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent d9b7f8c commit 25e3e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
- name: server-oldest-stable
6060
image: nextcloudci/server:server-13
6161
environment:
62-
BRANCH: stable16
62+
SERVER_VERSION: stable16
6363
commands:
6464
- /initnc.sh
6565
- su www-data -c "php /var/www/html/occ log:manage --level warning"
@@ -80,7 +80,7 @@ services:
8080
- su www-data -c "php /var/www/html/occ app:enable end_to_end_encryption"
8181
- su www-data -c "git clone -b $SERVER_VERSION https://github.com/nextcloud/password_policy.git /var/www/html/apps/password_policy/"
8282
- su www-data -c "php /var/www/html/occ app:enable password_policy"
83-
- su www-data -c "git clone -b stable16 https://github.com/nextcloud/external.git /var/www/html/apps/external/"
83+
- su www-data -c "git clone -b $SERVER_VERSION https://github.com/nextcloud/external.git /var/www/html/apps/external/"
8484
- su www-data -c "php /var/www/html/occ app:enable external"
8585
- su www-data -c 'php /var/www/html/occ config:app:set external sites --value="{\"1\":{\"id\":1,\"name
8686
\":\"Nextcloud\",\"url\":\"https:\/\/www.nextcloud.com\",\"lang\":\"\",\"type\":\"link\",\"device\":\"\",

0 commit comments

Comments
 (0)