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 1117fdd commit 5aad789Copy full SHA for 5aad789
.ci/generate-buildkite-pipeline-premerge
@@ -29,7 +29,7 @@ set -o pipefail
29
# Fetch origin to have an up to date merge base for the diff.
30
git fetch origin
31
# List of files affected by this commit
32
-: ${MODIFIED_FILES:=$(git diff --name-only ${BUILDKITE_PULL_REQUEST_BASE_BRANCH}...HEAD)}
+: ${MODIFIED_FILES:=$(git diff --name-only origin/${BUILDKITE_PULL_REQUEST_BASE_BRANCH}...HEAD)}
33
# Filter rules for generic windows tests
34
: ${WINDOWS_AGENTS:='{"queue": "windows"}'}
35
# Filter rules for generic linux tests
0 commit comments