mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Fix downstream branch fetching
We should be giving the PR the best possible chance at passing the build.
This commit is contained in:
parent
ef6313fbb4
commit
df7b617881
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ function dodep() {
|
|||
# Use the default branch as the last resort.
|
||||
if [[ "$BUILDKITE" == true ]]; then
|
||||
clone $org $repo $BUILDKITE_BRANCH ||
|
||||
clone $org $repo $BUILDKITE_PULL_REQUEST_BASE_BRANCH ||
|
||||
clone $org $repo $defbranch ||
|
||||
return $?
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue