1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-24 06:15:46 +00:00

Bump Tekton Pipelines to 0.20.0

Bumping the Tekton Pipelines to the latest version in e2e tests.

Signed-off-by: vinamra28 <vinjain@redhat.com>
This commit is contained in:
vinamra28 2021-01-19 16:32:34 +05:30 committed by tekton-robot
parent 8d53c6ecf0
commit 630c45ef79

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.19.0/release.yaml
export RELEASE_YAML=https://github.com/tektoncd/pipeline/releases/download/v0.20.0/release.yaml
source $(dirname $0)/../vendor/github.com/tektoncd/plumbing/scripts/e2e-tests.sh
source $(dirname $0)/e2e-common.sh