Skip to content

Commit

Permalink
Added tmp/logs directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocarlon committed Sep 25, 2018
1 parent 6c5a3af commit 5b4d1af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ run-parallel:

# Run a task using docker. For example make docker-es-all
docker-%:
docker-compose run --rm bigmetadata mkdir -p tmp/logs
PGSERVICE=$(PGSERVICE) docker-compose run -d -e LOGGING_FILE=etl_$(MAKE_TASK).log bigmetadata make $(MAKE_TASK) SCHEDULER=$(SCHEDULER)

###
Expand Down

0 comments on commit 5b4d1af

Please sign in to comment.