Skip to content

Commit 5f6bf31

Browse files
authored
set buildkit progress to plain to reduce CI noise (#175)
1 parent aad460b commit 5f6bf31

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.ci/docker-run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set -ex
55

66
cd .ci
77

8+
export BUILDKIT_PROGRESS=plain
9+
810
if [ "$INTEGRATION" == "true" ]; then
911
docker-compose up --exit-code-from logstash
1012
else

.ci/docker-setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ if [ "$ELASTIC_STACK_VERSION" ]; then
4646

4747
cd .ci
4848

49+
export BUILDKIT_PROGRESS=plain
50+
4951
if [ "$INTEGRATION" == "true" ]; then
5052
docker-compose down
5153
docker-compose build

0 commit comments

Comments
 (0)