From b1235a67de9589457af91dfc322d7853199547b0 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 18 Oct 2016 12:40:17 +0200 Subject: test alternative drone syntax for command options Signed-off-by: Morris Jobke --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 025d223f2d1..78cdefd82b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -407,8 +407,7 @@ services: - MYSQL_USER=oc_autotest - MYSQL_PASSWORD=owncloud - MYSQL_DATABASE=oc_autotest - volumes: - - /drone/src/github.com/nextcloud/server/tests/docker/mysqlmb4:/etc/mysql/conf.d + command: [ "--innodb_large_prefix=true", "--innodb_file_format=barracuda", "--innodb_file_per_table=true" ] when: matrix: DB: mysqlmb4 -- cgit v1.2.3