Skip to content

Commit

Permalink
Remove comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 14, 2023
1 parent aa7f965 commit 7139237
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/run_bazel_test/run_bazel_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,4 @@ if [[ "${working_dir:-}" != "" ]]; then
cd "${working_dir}"
fi

# DEBUG BEGIN
echo >&2 "*** CHUCK $(basename "${BASH_SOURCE[0]}") ============="
echo >&2 "*** CHUCK $(basename "${BASH_SOURCE[0]}") PWD: ${PWD}"
find . -type d >&2
# DEBUG END

bazel test "${bzl_pkgs}"

0 comments on commit 7139237

Please sign in to comment.