Skip to content

Commit

Permalink
Update E2E tests to Pipelines v0.65.1 and Triggers v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Nov 6, 2024
1 parent 3e78116 commit 6d431b0
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 @@ -116,11 +116,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.65.0
export PIPELINES_VERSION=v0.65.1
fi

if [ -z "$TRIGGERS_VERSION" ]; then
export TRIGGERS_VERSION=v0.29.1
export TRIGGERS_VERSION=v0.30.0
fi

header "Installing Pipelines and Triggers"
Expand Down

0 comments on commit 6d431b0

Please sign in to comment.