Update Makefile

Co-authored-by: James Hewitt <james.hewitt@gmail.com>
Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com>
This commit is contained in:
Milos Gajdos 2023-09-26 14:17:48 +01:00 committed by GitHub
parent 6b0c391865
commit 075d81d7bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)