Skip to content

Commit

Permalink
Add tmp echo debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
murki committed Sep 9, 2024
1 parent 224b5e2 commit e0f8f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/check_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ trap 'echo "An unexpected error occurred during Bazel check."; echo "check_resul
# Ensure we fetch the base branch (main) to make it available
git fetch origin "$GITHUB_BASE_REF":"$GITHUB_BASE_REF"

echo "GITHUB_BASE_REF = $GITHUB_BASE_REF"

# Get the latest commit SHA for the base branch (target branch of the PR)
base_sha=$(git rev-parse "$GITHUB_BASE_REF")
# Get the latest commit SHA for the PR branch (the head ref in the forked repository)
Expand Down

0 comments on commit e0f8f92

Please sign in to comment.