commit | 850143f4a335e2165c5c4f001d14ad5fe431c157 | [log] [tgz] |
---|---|---|
author | Eric Anderson <[email protected]> | Mon Feb 05 10:52:54 2018 -0800 |
committer | Eric Anderson <[email protected]> | Mon Feb 05 11:11:03 2018 -0800 |
tree | 9add3f1f5656214371ae65bf1cf7334ddd3c3491 | |
parent | 5a31dff28353cdf9b521bbae3402b840bc1c07dd [diff] [blame] |
kokoro: Include kokoro image version in build logs Otherwise there's no way to determine which version of the image was used for the build.
diff --git a/buildscripts/kokoro/bazel.sh b/buildscripts/kokoro/bazel.sh index 7a62be8..9fbeebb 100755 --- a/buildscripts/kokoro/bazel.sh +++ b/buildscripts/kokoro/bazel.sh
@@ -1,6 +1,7 @@ #!/bin/bash set -exu -o pipefail +cat /VERSION cd github/grpc-java bazel build ...