Skip to content

Commit bc7ca4b

Browse files
committed
[CI] sets QUIET to false for Buildkite build
1 parent 3b0e806 commit bc7ca4b

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
@@ -7,6 +7,7 @@ steps:
77
RUBY_VERSION: "{{ matrix.ruby }}"
88
TEST_SUITE: 'api'
99
RUBY_SOURCE: "{{ matrix.ruby_source }}"
10+
QUIET: false
1011
EC_PROJECT_PREFIX: 'sl_ruby'
1112
CLOUD_CREDENTIALS_PATH: 'secret/ci/elastic-elasticsearch-serverless-ruby/cloud-access'
1213
matrix:

.buildkite/run-client.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ echo "--- :ruby: Running $TEST_SUITE tests"
2222
docker run \
2323
-e "ELASTIC_USER=elastic" \
2424
-e "BUILDKITE=true" \
25+
-e "QUIET=${QUIET}" \
2526
-e "TRANSPORT_VERSION=${TRANSPORT_VERSION}" \
2627
-e "ELASTICSEARCH_URL=${ELASTICSEARCH_URL}" \
2728
-e "API_KEY=${ES_API_SECRET_KEY}" \

0 commit comments

Comments
 (0)