Skip to content

Commit

Permalink
remove useless makefile action
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Sep 25, 2024
1 parent fc6f4bf commit c6675f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ shell_on_django_container:
shell_on_postgres_container:
docker compose exec -ti db /bin/bash

# Itou theme
update_itou_theme: scripts/upload_itou_theme.sh
docker compose exec app /bin/sh -c "./scripts/upload_itou_theme.sh"

# After migrate
populate_db:
pg_restore -d marche --if-exists --clean --no-owner --no-privileges lemarche/perimeters/management/commands/data/perimeters_20220104.sql
Expand Down

0 comments on commit c6675f5

Please sign in to comment.