Fix "progress=plain and quiet cannot be used together" in CI (#30)

This commit is contained in:
Korytov Pavel 2023-09-02 22:12:11 +03:00 committed by GitHub
parent 609186371f
commit cdfc3f87c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ term: image
.PHONY: image
image:
@$(DOCKER) build --build-arg PACKAGE_MAIN --progress=plain --quiet \
@$(DOCKER) build --build-arg PACKAGE_MAIN --quiet \
--tag ${IMAGE_NAME} -f docker/Dockerfile .
.PHONY: test-melpazoid