Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Commit 845084d

Browse files
author
Jeff Verkoeyen
committed
Don't always use verbose output when running on bazel.
1 parent d4e53fe commit 845084d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bazel.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
7676
if [ -n "$KOKORO_BUILD_NUMBER" ]; then
7777
# Move into our cloned repo
7878
cd github/repo
79-
80-
# Always enable verbose output on kokoro runs.
81-
VERBOSE_OUTPUT=1
8279
fi
8380

8481
if [ -n "$VERBOSE_OUTPUT" ]; then

0 commit comments

Comments
 (0)