diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-14 17:06:13 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-15 12:30:56 +0200 |
commit | 9fc61182475713ad514d5a8958d6b7ccbf52da89 (patch) | |
tree | 16a1cea576f2726be5f0e6f7b9312b5a34c9b6de /.drone.yml | |
parent | bd278c208141c9e2c1a1928798268c055dd77304 (diff) | |
download | nextcloud-server-9fc61182475713ad514d5a8958d6b7ccbf52da89.tar.gz nextcloud-server-9fc61182475713ad514d5a8958d6b7ccbf52da89.zip |
add temporary cleanup step for CI
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index c5e3a2ebffb..7272660669e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +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 - 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 |