mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 09:21:39 -05:00
Fix "progress=plain and quiet cannot be used together" in CI (#30)
This commit is contained in:
parent
609186371f
commit
cdfc3f87c0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue