We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4d6f8 commit f5c5f53Copy full SHA for f5c5f53
.buildkite/run-yaml-tests.sh
@@ -6,6 +6,9 @@
6
#
7
script_path=$(dirname $(realpath -s $0))
8
9
+echo "TEST_SUITE"
10
+echo $TEST_SUITE
11
+
12
if [[ "$TEST_SUITE" == "serverless" ]]; then
13
# Get Elasticsearch Serverless credentials and endpoint
14
TEST_ES_SERVER=`buildkite-agent meta-data get "ELASTICSEARCH_URL"`
0 commit comments