Skip to content

Commit

Permalink
fix: removed unncessary shell target
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Jan 1, 2025
1 parent 8aa36f3 commit 0a17398
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,6 @@ dev.shell.analyticsapi:
dev.shell.insights:
docker compose exec insights env TERM=$(TERM) bash -c 'eval $$(source /edx/app/insights/insights_env; echo PATH="$$PATH";) && /bin/bash'

dev.shell.enterprise-catalog:
docker exec -it edx.devstack.enterprise-catalog env TERM=$(TERM) bash -c '/bin/bash'

dev.shell.%: ## Run a shell on the specified service's container.
docker compose exec $* /bin/bash

Expand Down

0 comments on commit 0a17398

Please sign in to comment.