Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Print out mime types file for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed May 5, 2020
1 parent bd79eb3 commit 3075a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def testing(ctx):
'REVA_SHARING_USER_JSON_FILE': '/srv/app/tmp/reva/shares.json'
},
'commands': [
'cat /etc/mime.types',
'mkdir -p /srv/app/tmp/reva',
'bin/ocis-reva gateway &',
'bin/ocis-reva users &',
Expand Down

0 comments on commit 3075a25

Please sign in to comment.