Commit e9c3a6a1 by Renzo Lucioni

Only attempt clones at container start

parent 6e56be87
...@@ -9,7 +9,7 @@ clone: ## Clone service repos ...@@ -9,7 +9,7 @@ clone: ## Clone service repos
# TODO Print out help for this target. Even better if we can iterate over the services in docker-compose.yml, and # TODO Print out help for this target. Even better if we can iterate over the services in docker-compose.yml, and
# print the actual service names. # print the actual service names.
devstack.open.%: clone ## Open a shell into the specified service container devstack.open.%: ## Open a shell into the specified service container
docker exec -it edx.devstack.$* env TERM=$(TERM) /edx/app/$*/devstack.sh open docker exec -it edx.devstack.$* env TERM=$(TERM) /edx/app/$*/devstack.sh open
devstack.provision: ## Provision all services devstack.provision: ## Provision all services
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment