From 189b131e33a8bff0d26fd1b7f8f37269a0dd474b Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 15 Jun 2016 00:23:40 +0200 Subject: [PATCH] Remove duplicate data folder --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7272660669e..9fde7b6ce5b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ build: sqlite: image: morrisjobke/nextcloud-ci-php7:1.0 commands: - - rm -rf data/* data/.* config/config.php # TODO: remove this - temporary fix for CI issues + - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues - git submodule update --init - ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database sqlite --database-pass='' - ./autotest.sh sqlite