diff options
author | Michael Pratt <mpratt@google.com> | 2020-03-19 14:09:03 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-03-19 14:10:37 -0700 |
commit | 238e80fe38670faed5418444ce9fb2eb84e6d5d7 (patch) | |
tree | 287a13f1f22b8b7a02d72756be79b2aa68f4972f | |
parent | e0fbcdcb7f8a3e18946ccd5d5b98ea3adadee5ba (diff) |
Automated rollback of changelist 300409401
PiperOrigin-RevId: 301891849
-rw-r--r-- | kokoro/kythe/generate_xrefs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/kythe/generate_xrefs.sh b/kokoro/kythe/generate_xrefs.sh index 2f531aa72..323b0f77b 100644 --- a/kokoro/kythe/generate_xrefs.sh +++ b/kokoro/kythe/generate_xrefs.sh @@ -23,7 +23,7 @@ bazel version python3 -V -readonly KYTHE_VERSION='v0.0.43' +readonly KYTHE_VERSION='v0.0.41' readonly WORKDIR="$(mktemp -d)" readonly KYTHE_DIR="${WORKDIR}/kythe-${KYTHE_VERSION}" if [[ -n "$KOKORO_GIT_COMMIT" ]]; then |