From e10caee7c6c2e2cffabaccc939b8529ccab72e4e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 25 Feb 2023 22:20:45 +0100 Subject: use `--progress plain` with docker-compose build --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci.sh') diff --git a/ci.sh b/ci.sh index 3261375..683425b 100755 --- a/ci.sh +++ b/ci.sh @@ -3,4 +3,4 @@ set -o errexit -o nounset -o pipefail shopt -s inherit_errexit lastpipe -docker-compose build --pull +docker-compose build --progress plain --pull -- cgit v1.2.3