This repository contains a collection of Tekton resources to be used with the Release Service. The main purpose of these resources is to facilitate and streamline the release process.
Here's a brief overview of what you can find in the different directories of this catalog:
pipelines
: This directory contains Release Pipelines which use a collection of both Release Tasks and Hub Tasks.tasks
: The tasks directory holds Tekton Tasks that are used in our Release Pipelines.hub
: This directory contains Tekton resources that have been sourced from the Tekton Hub.
Whenever a change is pushed to this repository and a pull request is created, a yaml lint task will run to ensure that the resource definition doesn't contain invalid yaml data. Refer to the .yamllint file to see the exact applied rules. For more information on yamllint, check the official documentation.