tektoncd / website

Tekton Website
https://tekton.dev
Apache License 2.0
62 stars 149 forks source link

Use generateName in pipelineruns #439

Closed geriom closed 1 year ago

geriom commented 1 year ago

Changes

To avoid having to delete and reapply a Pipelinerun when developing your code, this PR switches to generateName, which adds a suffix to have a unique name each time.

Additionally, this PR also fixes a problem with the latest version of the git-clone Task in the Git clone tutorial.

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you review them:

See the contribution guide for more details.

tekton-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afrittoli

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/tektoncd/website/blob/main/OWNERS)~~ [afrittoli] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment