diff --git a/.kokoro/publish_javadoc.sh b/.kokoro/publish_javadoc.sh index 872c9437f9..fa104b8d7f 100644 --- a/.kokoro/publish_javadoc.sh +++ b/.kokoro/publish_javadoc.sh @@ -5,8 +5,6 @@ if [[ -z "${CREDENTIALS}" ]]; then CREDENTIALS=${KOKORO_KEYSTORE_DIR}/73713_docuploader_service_account fi -pyenv global 3.7.2 - # Get into the spring-cloud-gcp repo directory dir=$(dirname "$0") pushd $dir/../