Skip to content

Commit 5f7eaa0

Browse files
committed
[CI] don't use QUIET for Buildkite build
1 parent 49e67ac commit 5f7eaa0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ steps:
88
STACK_VERSION: 8.16.0-SNAPSHOT
99
TRANSPORT_VERSION: "{{ matrix.transport }}"
1010
RUBY_SOURCE: "{{ matrix.ruby_source }}"
11+
QUIET: false
1112
matrix:
1213
setup:
1314
suite:

.buildkite/run-client.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ docker run \
2929
--env "TEST_SUITE=${TEST_SUITE}" \
3030
--env "ELASTIC_USER=elastic" \
3131
--env "BUILDKITE=true" \
32+
--env "QUIET=${QUIET}" \
3233
--env "TRANSPORT_VERSION=${TRANSPORT_VERSION}" \
3334
--env "STACK_VERSION=${STACK_VERSION}" \
3435
--volume $repo:/usr/src/app \

0 commit comments

Comments
 (0)