We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a13ac commit 61e0f51Copy full SHA for 61e0f51
.kokoro/tests/run_tests.sh
@@ -35,7 +35,7 @@ fi
35
36
# If on kokoro, add btlr to the path and cd into repo root
37
if [ -n "$KOKORO_GFILE_DIR" ]; then
38
- bltr_dir="$KOKORO_GFILE_DIR/v0.0.2/"
+ bltr_dir="$KOKORO_GFILE_DIR/v0.0.3/"
39
chmod +x "${bltr_dir}"btlr
40
export PATH="$PATH:$bltr_dir"
41
cd github/java-docs-samples || exit
0 commit comments