aboutsummaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2022-12-07 02:49:43 -0800
committerCopybara-Service <copybara-worker@google.com>2022-12-07 02:50:32 -0800
commitb5471ff40ea6be5ef18aa9d51aa185d6e7c4eb61 (patch)
treeb5890e247f3df40f6f05a1ddc4ee838c39631329 /kokoro
parenteb309091f1d3c2f8b39b51b2ef61918cb737ad39 (diff)
downloadtink-b5471ff40ea6be5ef18aa9d51aa185d6e7c4eb61.tar.gz
Remove reference to `use_bazel.sh` from install_tink_via_pip.sh instructions
PiperOrigin-RevId: 493550880
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/testutils/install_tink_via_pip.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/kokoro/testutils/install_tink_via_pip.sh b/kokoro/testutils/install_tink_via_pip.sh
index 9d7978fa8..b6bac5dad 100644
--- a/kokoro/testutils/install_tink_via_pip.sh
+++ b/kokoro/testutils/install_tink_via_pip.sh
@@ -20,11 +20,9 @@
#
# NOTES:
# * If not running on Kokoro, this script will do nothing.
-# * This script MUST be sourced to update the environment of the calling
+# * This script *must* be sourced to update the environment of the calling
# script.
-# * The required Bazel version *must* be installed before running this script
-# with:
-# use_bazel.sh "$(cat <path to version file>/.bazelversion)"
+# * The required Bazel version *must* be installed before running this script.
#
# Usage:
# source ./kokoro/testutils/install_tink_via_pip.sh <path to tink python root>