Skip to content

Commit

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

echo "origin/$GIT_BRANCH_REF"
echo "origin/$GITHUB_BRANCH_REF"
echo "getting changed files"
changed_xds_files=$(git --no-pager diff --name-only HEAD "$(git merge-base HEAD "origin/$GITHUB_BRANCH_REF")" | egrep "agent/xds/testdata/.*" || true)
echo "got changed files"
Expand Down

0 comments on commit e9f7fe9

Please sign in to comment.