Skip to content

Commit 4a54c46

Browse files
committed
Set build progress to plain to reduce noise in CI
the standard compose up output is designed for terminals, but will generate too much noise in CI.
1 parent c67db4a commit 4a54c46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ CURRENT_DIR=$(dirname "${BASH_SOURCE[0]}")
77

88
cd .ci
99

10+
export BUILDKIT_PROGRESS=plain
1011
# docker will look for: "./docker-compose.yml" (and "./docker-compose.override.yml")
1112
docker-compose up --exit-code-from logstash

0 commit comments

Comments
 (0)