From 075d81d7bf0fdca8dc8f0b652c2507181755f33b Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Tue, 26 Sep 2023 14:17:48 +0100 Subject: [PATCH] Update Makefile Co-authored-by: James Hewitt Signed-off-by: Milos Gajdos --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de9b1dd2..d7663d8f 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ test-cloud-storage: start-cloud-storage run-s3-tests stop-cloud-storage ## run c .PHONY: start-cloud-storage start-cloud-storage: ## start local cloud storage (minio) - docker compose -f tests/docker-compose-storage.yml up minio minio-init -d + $(COMPOSE) -f tests/docker-compose-storage.yml up minio minio-init -d .PHONY: stop-cloud-storage stop-cloud-storage: ## stop local cloud storage (minio)