Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit e9c3a6a

Browse files
author
Renzo Lucioni
committed
Only attempt clones at container start
1 parent 6e56be8 commit e9c3a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ clone: ## Clone service repos
99

1010
# TODO Print out help for this target. Even better if we can iterate over the services in docker-compose.yml, and
1111
# print the actual service names.
12-
devstack.open.%: clone ## Open a shell into the specified service container
12+
devstack.open.%: ## Open a shell into the specified service container
1313
docker exec -it edx.devstack.$* env TERM=$(TERM) /edx/app/$*/devstack.sh open
1414

1515
devstack.provision: ## Provision all services

0 commit comments

Comments
 (0)