aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
-rwxr-xr-xtest/integration/docker/test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf02016..642970f 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ endif
# multiple Dockerfile's, create a manifest manually, etc.), so it's only here
# for testing purposes, and native builds.
compose/build: check-build
- docker-compose build
+ docker-compose build --progress plain
.PHONY: compose/push
# `docker-compose push` would replace the multiarch repo with a single image by
diff --git a/test/integration/docker/test.sh b/test/integration/docker/test.sh
index fd21ec8..0cd523f 100755
--- a/test/integration/docker/test.sh
+++ b/test/integration/docker/test.sh
@@ -152,7 +152,7 @@ docker_build() {
echo Building Docker images
echo ----------------------------------------------------------------------
- docker-compose build
+ docker-compose build --progress plain
}
docker_cleanup() {