Skip to content

Commit

Permalink
Merge pull request #1786 from apache/no-dev-data-dir
Browse files Browse the repository at this point in the history
dev/run: do not create needless dev/data/ dir
  • Loading branch information
wohali authored Dec 1, 2018
2 parents 510f267 + 36f2e4c commit 9f7724e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/run
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def setup_context(opts, args):

@log('Setup environment')
def setup_dirs(ctx):
ensure_dir_exists(ctx['devdir'], 'data')
ensure_dir_exists(ctx['devdir'], 'logs')


Expand Down

0 comments on commit 9f7724e

Please sign in to comment.