forked from TrueCloudLab/distribution
Update Makefile
Co-authored-by: James Hewitt <james.hewitt@gmail.com> Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com>
This commit is contained in:
parent
cf95610635
commit
a5c04b3688
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -138,7 +138,7 @@ reset-cloud-storage: ## reset (stop, delete, start) local cloud storage (minio)
|
|||
$(COMPOSE) -f tests/docker-compose-storage.yml up minio minio-init -d
|
||||
|
||||
.PHONY: run-s3-tests
|
||||
run-s3-tests: ## run S3 storage driver integration tests
|
||||
run-s3-tests: start-cloud-storage ## run S3 storage driver integration tests
|
||||
AWS_ACCESS_KEY=distribution \
|
||||
AWS_SECRET_KEY=password \
|
||||
AWS_REGION=us-east-1 \
|
||||
|
|
Loading…
Reference in a new issue