Skip to content

Commit 61e0f51

Browse files
authored
chore(ci): bump btlr version (GoogleCloudPlatform#5456)
Bumps btlr to the newest version. The new version prints logs as each command is completed.
1 parent 76a13ac commit 61e0f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/tests/run_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fi
3535

3636
# If on kokoro, add btlr to the path and cd into repo root
3737
if [ -n "$KOKORO_GFILE_DIR" ]; then
38-
bltr_dir="$KOKORO_GFILE_DIR/v0.0.2/"
38+
bltr_dir="$KOKORO_GFILE_DIR/v0.0.3/"
3939
chmod +x "${bltr_dir}"btlr
4040
export PATH="$PATH:$bltr_dir"
4141
cd github/java-docs-samples || exit

0 commit comments

Comments
 (0)