Skip to content

Commit

Permalink
Update e2e to use latest releases
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene committed Jan 7, 2022
1 parent 2f9786d commit f96f452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Among other things, the Tekton Dashboard supports:

| Version | Docs | Pipelines | Triggers |
| ------- | ---- | --------- | -------- |
| [HEAD](./DEVELOPMENT.md) | [Docs @ HEAD](./docs/README.md) | v0.25.x - v0.30.x | v0.15.x - 0.17.x |
| [HEAD](./DEVELOPMENT.md) | [Docs @ HEAD](./docs/README.md) | v0.25.x - v0.31.x | v0.15.x - 0.18.x |
| [v0.23.0](https://github.com/tektoncd/dashboard/releases/tag/v0.23.0) | [Docs @ v0.23.0](https://github.com/tektoncd/dashboard/tree/v0.23.0/docs) | v0.25.x - v0.30.x | v0.15.x - 0.17.x |
| [v0.22.0](https://github.com/tektoncd/dashboard/releases/tag/v0.22.0) | [Docs @ v0.22.0](https://github.com/tektoncd/dashboard/tree/v0.22.0/docs) | v0.25.x - v0.29.x | v0.15.x - 0.17.x |
| [v0.21.0](https://github.com/tektoncd/dashboard/releases/tag/v0.21.0) | [Docs @ v0.21.0](https://github.com/tektoncd/dashboard/tree/v0.21.0/docs) | v0.20.x - v0.28.x | v0.10.x - 0.16.x |
Expand Down
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.30.0
export PIPELINES_VERSION=v0.31.0
fi

if [ -z "$TRIGGERS_VERSION" ]; then
export TRIGGERS_VERSION=v0.17.1
export TRIGGERS_VERSION=v0.18.0
fi

header "Installing Pipelines and Triggers"
Expand Down

0 comments on commit f96f452

Please sign in to comment.