mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-23 13:26:30 +00:00
Force cleaning
This commit is contained in:
parent
788e9a8664
commit
4207199c90
6
Makefile
6
Makefile
@ -38,11 +38,13 @@ test-arm: build-arm
|
||||
test-all: test-amd64 test-arm
|
||||
|
||||
.PHONY: test-s3-amd64
|
||||
test-s3-amd64: build-amd64 clean-minio
|
||||
test-s3-amd64: build-amd64
|
||||
$(MAKE) clean-minio
|
||||
cd tests && ./test-compose.sh s3 $(DOCKER_TAG):amd64
|
||||
|
||||
.PHONY: test-s3-arm
|
||||
test-s3-arm: build-arm clean-minio
|
||||
test-s3-arm: build-arm
|
||||
$(MAKE) clean-minio
|
||||
cd tests && ./test-compose.sh s3 $(DOCKER_TAG):arm
|
||||
|
||||
.PHONY: test-s3-all
|
||||
|
Loading…
Reference in New Issue
Block a user