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 23a0de3 commit fa1ed71Copy full SHA for fa1ed71
.buildkite/run-tests
@@ -9,7 +9,7 @@ export STACK_VERSION="${STACK_VERSION:=8.0.0-SNAPSHOT}"
9
export TEST_SUITE="${TEST_SUITE:=platinum}"
10
export PYTHON_VERSION="${PYTHON_VERSION:=3.14}"
11
export PYTHON_CONNECTION_CLASS="${PYTHON_CONNECTION_CLASS:=urllib3}"
12
-export ES_YAML_TESTS_BRANCH=${BUILDKITE_PULL_REQUEST_BASE_BRANCH:=main}
+export ES_YAML_TESTS_BRANCH="${BUILDKITE_PULL_REQUEST_BASE_BRANCH}"
13
14
script_path=$(dirname $(realpath $0))
15
source $script_path/functions/imports.sh
0 commit comments