You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Try another variable
BRANCH is pull/xxxx/head so that doesn't work
This commit is contained in:
@@ -34,7 +34,7 @@ elif [[ "${#BUILDKITE_BRANCH_ARRAY[@]}" == "2" ]]; then
|
|||||||
fi
|
fi
|
||||||
# Try the target branch of the push or PR.
|
# Try the target branch of the push or PR.
|
||||||
clone $deforg $defrepo $BUILDKITE_PULL_REQUEST_BASE_BRANCH
|
clone $deforg $defrepo $BUILDKITE_PULL_REQUEST_BASE_BRANCH
|
||||||
# Try BRANCH which is set by Netlify
|
# Try HEAD which is set by Netlify
|
||||||
clone $deforg $defrepo $BRANCH
|
clone $deforg $defrepo $HEAD
|
||||||
# Use the default branch as the last resort.
|
# Use the default branch as the last resort.
|
||||||
clone $deforg $defrepo $defbranch
|
clone $deforg $defrepo $defbranch
|
||||||
|
|||||||
Reference in New Issue
Block a user