Skip to content

Commit

Permalink
Update tests to latest Pipelines and Triggers releases
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Jun 21, 2023
1 parent bd638da commit c42c879
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 @@ -114,11 +114,11 @@ DOCKER_BUILDKIT=1 docker build -t dashboard-e2e packages/e2e || fail_test "Faile
echo "Finished at $(date)"

if [ -z "$PIPELINES_VERSION" ]; then
export PIPELINES_VERSION=v0.48.0
export PIPELINES_VERSION=v0.49.0
fi

if [ -z "$TRIGGERS_VERSION" ]; then
export TRIGGERS_VERSION=v0.24.0
export TRIGGERS_VERSION=v0.24.1
fi

header "Installing Pipelines and Triggers"
Expand Down

0 comments on commit c42c879

Please sign in to comment.