mirror of https://github.com/knative/client.git
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:
parent
176cb0ea72
commit
ecc61d59c1
|
|
@ -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.
|
# Build kn before integration tests, so we fail fast in case of error.
|
||||||
function cluster_setup() {
|
function cluster_setup() {
|
||||||
header "Building client"
|
header "Building client"
|
||||||
go build -v -mod=vendor ./cmd/... || return 1
|
${REPO_ROOT_DIR}/hack/build.sh -u || return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
function knative_setup() {
|
function knative_setup() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue