diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-06-15 00:23:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 00:23:40 +0200 |
commit | 189b131e33a8bff0d26fd1b7f8f37269a0dd474b (patch) | |
tree | 090adabea7c1b58f4a10f10a5631b70fbeee4ff8 /.drone.yml | |
parent | abc11ba365ce92492b6c291ed5c02c50f756f23c (diff) | |
download | nextcloud-server-189b131e33a8bff0d26fd1b7f8f37269a0dd474b.tar.gz nextcloud-server-189b131e33a8bff0d26fd1b7f8f37269a0dd474b.zip |
Remove duplicate data folder
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |