Skip to content

Commit fa1ed71

Browse files
Do not use a default when getting the buildkite PR branch (#3185) (#3188)
(cherry picked from commit 3eb91b0) Co-authored-by: Miguel Grinberg <[email protected]>
1 parent 23a0de3 commit fa1ed71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export STACK_VERSION="${STACK_VERSION:=8.0.0-SNAPSHOT}"
99
export TEST_SUITE="${TEST_SUITE:=platinum}"
1010
export PYTHON_VERSION="${PYTHON_VERSION:=3.14}"
1111
export PYTHON_CONNECTION_CLASS="${PYTHON_CONNECTION_CLASS:=urllib3}"
12-
export ES_YAML_TESTS_BRANCH=${BUILDKITE_PULL_REQUEST_BASE_BRANCH:=main}
12+
export ES_YAML_TESTS_BRANCH="${BUILDKITE_PULL_REQUEST_BASE_BRANCH}"
1313

1414
script_path=$(dirname $(realpath $0))
1515
source $script_path/functions/imports.sh

0 commit comments

Comments
 (0)