mirror of https://github.com/vector-im/riot-web
fix branch matching for element-web
parent
d804df84a7
commit
19bc44e3fb
|
@ -46,12 +46,7 @@ BRANCH_ARRAY=(${head//:/ })
|
||||||
if [[ "${#BRANCH_ARRAY[@]}" == "1" ]]; then
|
if [[ "${#BRANCH_ARRAY[@]}" == "1" ]]; then
|
||||||
|
|
||||||
if [ -n "$GITHUB_HEAD_REF" ]; then
|
if [ -n "$GITHUB_HEAD_REF" ]; then
|
||||||
if [[ "$GITHUB_REPOSITORY" == "$deforg"* ]]; then
|
clone $deforg $defrepo $GITHUB_HEAD_REF
|
||||||
clone $deforg $defrepo $GITHUB_HEAD_REF
|
|
||||||
else
|
|
||||||
REPO_ARRAY=(${GITHUB_REPOSITORY//\// })
|
|
||||||
clone $REPO_ARRAY[0] $defrepo $GITHUB_HEAD_REF
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
clone $deforg $defrepo $BUILDKITE_BRANCH
|
clone $deforg $defrepo $BUILDKITE_BRANCH
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue