Skip to content

Commit

Permalink
fixup! 🔨(api) add API database seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Jul 16, 2024
1 parent f820781 commit 2d3a1f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ default: help

# -- Files
data:
mkdir data
mkdir -p data

data/irve-statique.csv: data
$(CURL) -L -o /work/data/irve-statique.csv $(IRVE_STATIC_DATASET_URL)
Expand All @@ -43,6 +43,7 @@ bootstrap: \
create-metabase-db \
seed-metabase \
seed-oidc \
seed-api \
create-superuser \
jupytext--to-ipynb
.PHONY: bootstrap
Expand Down

0 comments on commit 2d3a1f1

Please sign in to comment.