diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-25 22:20:45 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-25 22:20:45 +0100 |
commit | e10caee7c6c2e2cffabaccc939b8529ccab72e4e (patch) | |
tree | 9dcb2ce1ffb053dfe856557ac38efbaf890ced44 | |
parent | use --quiet flags for installations (diff) | |
download | cimple-e10caee7c6c2e2cffabaccc939b8529ccab72e4e.tar.gz cimple-e10caee7c6c2e2cffabaccc939b8529ccab72e4e.zip |
use `--progress plain` with docker-compose build
-rwxr-xr-x | ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |