mirror of https://github.com/knative/client.git
Run e2e-tests against eventing nightly (#1151)
since the ping source update issue is now fixed see https://github.com/knative/eventing/pull/4597 https://github.com/knative/eventing/issues/4584
This commit is contained in:
parent
1b5c065804
commit
f108673aa4
|
|
@ -35,9 +35,6 @@ source $(dirname $0)/common.sh
|
|||
# Add local dir to have access to built kn
|
||||
export PATH=$PATH:${REPO_ROOT_DIR}
|
||||
|
||||
# Temp fix until eventing nightly is fixed
|
||||
export KNATIVE_EVENTING_VERSION="0.19.1"
|
||||
|
||||
run() {
|
||||
# Create cluster
|
||||
initialize $@
|
||||
|
|
|
|||
Loading…
Reference in New Issue