mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
bug fix
This commit is contained in:
@@ -21,7 +21,7 @@ start-drivers: ## 2 - start BM Drivers
|
|||||||
start-all: start-manager start-drivers ## 3 - start BM Manager and Driver
|
start-all: start-manager start-drivers ## 3 - start BM Manager and Driver
|
||||||
|
|
||||||
clean-up: ## clean BM Manager and Drivers
|
clean-up: ## clean BM Manager and Drivers
|
||||||
$(dc) -f docker-compose-manager.yml down && $(dc) -f docker-compose-drivers.yml down
|
$(dc) -f docker-compose-manager.yml down || true && $(dc) -f docker-compose-drivers.yml down || true
|
||||||
|
|
||||||
benchmark-prepare: ## 1 - prepare data with users/sites for benchmark
|
benchmark-prepare: ## 1 - prepare data with users/sites for benchmark
|
||||||
./prepare-users.sh
|
./prepare-users.sh
|
||||||
|
Reference in New Issue
Block a user