Skip to content

Commit

Permalink
fix github link to be permanent
Browse files Browse the repository at this point in the history
fixing this pre-commit error

check vcs
permalinks.....................................................Failed
- hook id: check-vcs-permalinks
- exit code: 1

Non-permanent github link detected.
  • Loading branch information
chmouel committed May 6, 2024
1 parent 931c336 commit cdf4a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/guide/statuses.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ Pipelines](https://github.com/tektoncd/pipeline/blob/main/docs/pipelines.md#addi
This allows you to execute a set of tasks at the end of a
pipeline run, regardless of whether it succeeds or fails.

As an example, you can [refer](https://github.com/openshift-pipelines/pipelines-as-code/blob/main/.tekton/generate-coverage-release.yaml#L128) to the coverage generation PipelineRun in the
As an example, you can [refer](https://github.com/openshift-pipelines/pipelines-as-code/blob/16596b478f4bce202f9f69de9a4b5a7ca92962c1/.tekton/generate-coverage-release.yaml#L127) to the coverage generation PipelineRun in the
`.tekton` directory of the Pipelines-as-Code repository, it uses the [finally
task with the guard
feature](https://tekton.dev/docs/pipelines/pipelines/#guard-finally-task-execution-using-when-expressions)
to send a notification to Slack if there is any failure in the pipelinerun. See
it in action here:

<https://github.com/openshift-pipelines/pipelines-as-code/blob/main/.tekton/generate-coverage-release.yaml#L128>
<https://github.com/openshift-pipelines/pipelines-as-code/blob/16596b478f4bce202f9f69de9a4b5a7ca92962c1/.tekton/generate-coverage-release.yaml#L126>

0 comments on commit cdf4a69

Please sign in to comment.