Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jm96441n committed Aug 16, 2024
1 parent ebafd9b commit b5faaaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/goldenfile_checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ set -euo pipefail
# check if there is a diff in the xds testdata directory after running `make envoy-regen`
make envoy-regen

echo "$GITHUB_BASE_REF"
echo git merge-base HEAD "$GITHUB_BASE_REF"
changed_xds_files=$(git --no-pager diff --name-only HEAD "$(git merge-base HEAD "$GITHUB_BASE_REF")" | egrep "agent/xds/testdata/.*")

# If we do not find a file in .changelog/, we fail the check
Expand Down

0 comments on commit b5faaaf

Please sign in to comment.