Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support release "latest" in install tekton release
Support installing a released called "latest" in the install_tekton_release pipeline. Use two mutually exclusive flavours of the fetch release pipeline task, one that fetches "latest" and the other one "previous/<version>" depending on the requested version. The install task depends on both fetch tasks, which is possible now that we have task scoped when expressions. Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
- Loading branch information