Skip to content

Commit 6d51637

Browse files
committed
Add tekton and Openshift pipelines to readme
Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent 7d69ad8 commit 6d51637

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Full documentation is available from <https://pipelinesascode.com>
99
## Introduction
1010

1111
Pipelines as Code let you use
12-
the [Pipelines as Code flow]([https://www.thoughtworks.com/radar/techniques/pipelines-as-code](https://www.thoughtworks.com/radar/techniques/pipelines-as-code))
13-
directly with OpenShift Pipelines.
12+
the [Pipelines as Code flow]([https://www.thoughtworks.com/radar/techniques/pipelines-as-code](https://www.thoughtworks.com/radar/techniques/pipelines-as-code)) directly with Tekton and OpenShift Pipelines.
1413

1514
The goal of Pipelines as Code is to let you define your
1615
[Tekton](https://tekton.cd) templates inside your source code repository and have the pipeline run and report the status

docs/content/docs/guide/cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ You can override the URL with the flag `--route-url`.
9898

9999
### bootstrap github-app
100100

101-
If you only want to create the GitHub application you can use `tkn pac bootstrap
102-
github-app` directly which would skip the installation and only create the
101+
If you only want to create a GitHub application to use with Pipelines as Code
102+
and not the full `bootstrap` excercise, you can use `tkn pac bootstrap
103+
github-app` directly which will skip the installation and only create the
103104
GitHub application and the secret with all the information needed in the
104105
`pipelines-as-code` namespace.
105106

0 commit comments

Comments
 (0)