We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0623b commit ae2f343Copy full SHA for ae2f343
buildkite/scripts/merges-cleanly.sh
@@ -21,6 +21,8 @@ fi
21
# Fetch a fresh copy of the target branch
22
source buildkite/scripts/refresh_code.sh
23
24
+git fetch origin "${BRANCH}"
25
+
26
# Check mergeability. We use flags so that
27
# * `--no-commit` stops us from updating the index with a merge commit,
28
# * `--no-ff` stops us from updating the index to the HEAD, if the merge is a
0 commit comments