Skip to content

Commit

Permalink
[ci] Fix ci/bazelisk.sh printing to stdout
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Jan 15, 2024
1 parent fb0f800 commit 68b134a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/bazelisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "${PWD_OVERRIDE}" ]]; then
cd "${PWD_OVERRIDE}" || exit
fi

echo "Running bazelisk in $(pwd)."
echo "Running bazelisk in $(pwd)." > &2

# An additional bazelrc must be synthesized to specify precisely how to use the
# GCP bazel cache.
Expand Down

0 comments on commit 68b134a

Please sign in to comment.