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 bfb97cf commit 34a5324Copy full SHA for 34a5324
.buildkite/scripts/validate-transport-version-backport.sh
@@ -13,6 +13,7 @@ if [[ -z "${changed_files}" ]]; then
13
fi
14
15
# Compare those files against the main branch to ensure they are the same
16
+git fetch origin main --quiet
17
while IFS= read -r file; do
18
if ! git diff --quiet origin/main -- "${file}"; then
19
echo "Changes to transport definition [${file}] missing from main branch."
0 commit comments