Skip to content

Commit

Permalink
Also log bazel version when running presubmit tests (knative#320)
Browse files Browse the repository at this point in the history
* Also log bazel version when running presubmit tests

* No stderr logging when showing bazel version
  • Loading branch information
adrcunha authored and knative-prow-robot committed Dec 14, 2018
1 parent 112ef00 commit 367beef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/presubmit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ function main() {
go version
echo ">> git version"
git version
echo ">> bazel version"
bazel version 2> /dev/null
fi

[[ -z $1 ]] && set -- "--all-tests"
Expand Down

0 comments on commit 367beef

Please sign in to comment.