mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
remove duplicated tasks
This commit is contained in:
@@ -7,12 +7,3 @@ CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
start: ## 0 - starts search service with SSL enabled
|
||||
$(dc) config && $(dc) up -d && \
|
||||
make wait
|
||||
|
||||
wait:
|
||||
$(helpers)/wait-service-to-start.sh
|
||||
|
||||
clean:
|
||||
$(dc) kill && $(dc) rm -fv
|
||||
|
||||
logs:
|
||||
$(dc) logs -f
|
Reference in New Issue
Block a user