From 83b951853083c78865da312d0b5e35002414eb22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 6 Mar 2019 10:51:44 +0100 Subject: [PATCH] Remove tmpfs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 34aa021f..670f8442 100644 --- a/.drone.yml +++ b/.drone.yml @@ -108,8 +108,6 @@ services: - MYSQL_PASSWORD=owncloud - MYSQL_DATABASE=oc_autotest command: [ "--innodb_large_prefix=true", "--innodb_file_format=barracuda", "--innodb_file_per_table=true" ] - tmpfs: - - /var/lib/mysql when: matrix: DB: mysql @@ -120,8 +118,6 @@ services: # This is required as nextcloud will create a separte user since the oc_autotest user can create roles - POSTGRES_DB=oc_autotest_dummy - POSTGRES_PASSWORD=owncloud - tmpfs: - - /var/lib/postgresql/data when: matrix: DB: postgres