Skip to content

Commit

Permalink
Remove leftover down.full Makefile target
Browse files Browse the repository at this point in the history
We removed docker-compose.full.yml some time ago.
  • Loading branch information
rakyi committed May 15, 2024
1 parent 8c4cf06 commit e3a8b06
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ifneq (,$(wildcard ./.env))
export
endif

.PHONY: help up up.full down down.full refresh refresh.wp refresh.full migrate svgtest itsJustJavascript
.PHONY: help up up.full down refresh refresh.wp refresh.full migrate svgtest itsJustJavascript

help:
@echo 'Available commands:'
Expand All @@ -36,7 +36,6 @@ help:
@echo
@echo ' GRAPHER + CLOUDFLARE (staff-only)'
@echo ' make up.full start dev environment via docker-compose and tmux'
@echo ' make down.full stop any services still running'
@echo ' make sync-images sync all images from the remote master'
@echo ' make update.chart-entities update the charts_x_entities join table'
@echo ' make reindex reindex (or initialise) search in Algolia'
Expand Down Expand Up @@ -124,7 +123,7 @@ up.full: require create-if-missing.env.full ../owid-content tmp-downloads/owid_m
bind X kill-pane \; \
bind Q kill-server \; \
set -g mouse on \
|| make down.full
|| make down

migrate: node_modules
@echo '==> Running DB migrations'
Expand Down Expand Up @@ -162,10 +161,6 @@ down:
@echo '==> Stopping services'
docker compose -f docker-compose.grapher.yml down

down.full:
@echo '==> Stopping services'
docker compose -f docker-compose.full.yml down

require:
@echo '==> Checking your local environment has the necessary commands...'
@which docker >/dev/null 2>&1 || (echo "ERROR: docker compose is required."; exit 1)
Expand Down

0 comments on commit e3a8b06

Please sign in to comment.