Skip to content

Commit

Permalink
Remove duplicate data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasReschke authored and MorrisJobke committed Jun 15, 2016
1 parent 9fc6118 commit bdc6d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdc6d21

Please sign in to comment.