Skip to content

Commit

Permalink
Update e2e tests to use latest releases
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Jul 12, 2021
1 parent 5c8c82c commit 061fc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@ if [ -z "$SKIP_BUILD_TEST" ]; then
fi

if [ -z "$PIPELINES_VERSION" ]; then
export PIPELINES_VERSION=v0.24.1
export PIPELINES_VERSION=v0.25.0
fi

if [ -z "$TRIGGERS_VERSION" ]; then
export TRIGGERS_VERSION=v0.14.0
export TRIGGERS_VERSION=v0.14.2
fi

header "Installing Pipelines and Triggers"
Expand Down

0 comments on commit 061fc63

Please sign in to comment.