Skip to content

Commit

Permalink
chore: fixing dev.up.* issue
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Aug 22, 2024
1 parent c32c584 commit 8fca787
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -287,15 +287,12 @@ dev.up:
dev.up.large-and-slow: dev.up.$(DEFAULT_SERVICES) ## Bring up default services.
@echo # at least one statement so that dev.up.% doesn't run too

impl-dev.up.%: dev.check-memory ## Bring up services and their dependencies.
dev.up.%: dev.check-memory ## Bring up services and their dependencies.
docker compose up -d $$(echo $* | tr + " ")
ifeq ($(ALWAYS_CACHE_PROGRAMS),true)
make dev.cache-programs
endif

# Wildcards must be below anything they could match
dev.up:
@scripts/make_warn_default_large.sh "$@"

dev.ps: ## View list of created services and their statuses.
docker compose ps
Expand Down

0 comments on commit 8fca787

Please sign in to comment.