mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Fix CI for mysql 5.6
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
5a2b7fbc46
commit
8001bc38ea
1 changed files with 1 additions and 0 deletions
|
|
@ -581,6 +581,7 @@ services:
|
|||
MYSQL_USER: oc_autotest
|
||||
MYSQL_PASSWORD: owncloud
|
||||
MYSQL_DATABASE: oc_autotest
|
||||
command: [ "--max_allowed_packet=67108864" ]
|
||||
tmpfs:
|
||||
- /var/lib/mysql
|
||||
trigger:
|
||||
|
|
|
|||
Loading…
Reference in a new issue