Skip to content

Commit

Permalink
TMP: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed May 14, 2024
1 parent 17ed3aa commit 1acf8b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile-os
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ create_env_file:
echo "SUPERUSER_EMAIL=${SUPERUSER_EMAIL}" >> .env
echo "SUPERUSER_USERNAME=${SUPERUSER_USERNAME}" >> .env

SERVICES_PATHS := \
"elasticsearch:/usr/share/elasticsearch/data" \
"rabbitmq:/var/lib/rabbitmq"

.PHONY: data_export
data_export:
@ mkdir -p $(EXPORT_DIR)
Expand Down

0 comments on commit 1acf8b9

Please sign in to comment.