aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ci.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-25 22:20:45 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-25 22:20:45 +0100
commite10caee7c6c2e2cffabaccc939b8529ccab72e4e (patch)
tree9dcb2ce1ffb053dfe856557ac38efbaf890ced44 /ci.sh
parentuse --quiet flags for installations (diff)
downloadcimple-e10caee7c6c2e2cffabaccc939b8529ccab72e4e.tar.gz
cimple-e10caee7c6c2e2cffabaccc939b8529ccab72e4e.zip
use `--progress plain` with docker-compose build
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh2
1 files changed, 1 insertions, 1 deletions
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