1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Bump Tekton Pipelines to 0.22.0

U pdating the RELEASE_YAML to bump the Tekton Pipelines to the latest version
in e2e tests.
This commit is contained in:
Priti Desai 2021-03-10 11:37:23 -08:00 committed by tekton-robot
parent 0f232875b0
commit b03d81f723

View File

@ -19,7 +19,7 @@ set -x
# Configure the number of parallel tests running at the same time, start from 0
MAX_NUMBERS_OF_PARALLEL_TASKS=4 # => 5
export RELEASE_YAML=https://github.com/tektoncd/pipeline/releases/download/v0.21.0/release.yaml
export RELEASE_YAML=https://github.com/tektoncd/pipeline/releases/download/v0.22.0/release.yaml
source $(dirname $0)/../vendor/github.com/tektoncd/plumbing/scripts/e2e-tests.sh
source $(dirname $0)/e2e-common.sh