mirror of https://github.com/knative/client.git
chore: Update E2E setup to latest release (#1242)
This commit is contained in:
parent
5f68d61295
commit
3e0f108ba3
|
|
@ -17,7 +17,7 @@
|
|||
# This script is used in Knative/test-infra as a custom prow job to run the
|
||||
# integration tests against Knative Serving / Eventing of a specific version.
|
||||
|
||||
export KNATIVE_SERVING_VERSION="0.20.0"
|
||||
export KNATIVE_EVENTING_VERSION="0.20.0"
|
||||
export KNATIVE_SERVING_VERSION="0.21.0"
|
||||
export KNATIVE_EVENTING_VERSION="0.21.0"
|
||||
|
||||
$(dirname $0)/presubmit-tests.sh --integration-tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue