fix(e2e): Use build.sh for compiling (#175)

* fix(e2e): Use build.sh for compiling

Fixes #174.

* Update test/e2e-tests.sh

Co-Authored-By: Adriano Cunha <35786489+adrcunha@users.noreply.github.com>
This commit is contained in:
Roland Huß 2019-06-10 20:30:42 +02:00 committed by Knative Prow Robot
parent 176cb0ea72
commit ecc61d59c1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ source $(dirname $0)/../vendor/github.com/knative/test-infra/scripts/e2e-tests.s
# Build kn before integration tests, so we fail fast in case of error.
function cluster_setup() {
header "Building client"
go build -v -mod=vendor ./cmd/... || return 1
${REPO_ROOT_DIR}/hack/build.sh -u || return 1
}
function knative_setup() {