Skip to content

Commit

Permalink
log kind version in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Oct 21, 2019
1 parent 458f818 commit 7704075
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/ci/e2e-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ main() {
export ARTIFACTS="${ARTIFACTS:-${PWD}/_artifacts}"
mkdir -p "${ARTIFACTS}"

# debug kind version
kind version

# default to bazel
# TODO(bentheelder): remove this line once we've updated CI to explicitly choose
BUILD_TYPE="${BUILD_TYPE:-bazel}"
Expand Down

0 comments on commit 7704075

Please sign in to comment.