1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Use proper capitalisation for Buildkite

Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
Germain
2021-06-22 13:03:55 +01:00
committed by GitHub
parent 8090d2b583
commit a7daf558bb

View File

@ -38,7 +38,7 @@ else
head=$BUILDKITE_BRANCH
fi
# If head is set, it will contain on BuildKite either:
# If head is set, it will contain on Buildkite either:
# * "branch" when the author's branch and target branch are in the same repo
# * "fork:branch" when the author's branch is in their fork or if this is a Netlify build
# We can split on `:` into an array to check.