We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SYTEST_BRANCH
BUILDKITE_BRANCH
1 parent 8fdc3ab commit 23811a4Copy full SHA for 23811a4
docker/bootstrap.sh
@@ -17,6 +17,8 @@ else
17
# Synapse/Dendrite branch we're running
18
if [ -n "$SYTEST_BRANCH" ]; then
19
branch_name="$SYTEST_BRANCH"
20
+ elif [ -n "$BUILDKITE_BRANCH" ]; then
21
+ branch_name="$BUILDKITE_BRANCH"
22
else
23
# Otherwise, try and find the branch that the Synapse/Dendrite checkout
24
# is using. Fall back to develop if unknown.
0 commit comments