summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-03-06 10:51:44 +0100
committerMaxence Lange <maxence@artificial-owl.com>2019-03-07 06:53:14 -0100
commit83b951853083c78865da312d0b5e35002414eb22 (patch)
tree8907ea9e76627910a13cb86eca22688988c2b399 /.drone.yml
parent3383843670129d128e281ea90cab7db9c21eb196 (diff)
Remove tmpfs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 0 insertions, 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