build(Makefile): remove some more debug echoes
This commit is contained in:
parent
6e721a55cf
commit
191afbd2c8
2
Makefile
2
Makefile
@ -172,9 +172,7 @@ lint-%: --act ;
|
||||
|
||||
--develop_%: PORTS = $(foreach PORT,$(BASE_PORTS),$(shell utils/next_free_port.pl $(PORT)))
|
||||
--develop_%: --ensure-develop
|
||||
echo "--develop ################## ATTACHED: $(CONTAINER_ATTACHED)"
|
||||
DEVELOP=develop/`cat develop/.current` ; \
|
||||
echo "$(SERVICE_PARALLEL)" ; \
|
||||
if [[ "$(SERVICE_PARALLEL)" == "false" ]] ; then \
|
||||
CONTAINER_IDENT=$(CF_PREFIX)$(SERVICE_VARIANT) ; \
|
||||
if [[ -e $${DEVELOP}/$${CONTAINER_IDENT} ]]; then \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user