Skip to content

Commit

Permalink
point to the right place for release yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed Apr 12, 2022
1 parent 32a9dd1 commit 85fbee6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,18 @@ release:
### Openshift
```shell
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/{{.Tag}}/release.yaml
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-{{.Tag}}/release.yaml
```
### Kubernetes
```shell
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/{{.Tag}}/release.k8s.yaml
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-{{.Tag}}/release.k8s.yaml
```
### Documentation
full install documentation is available here:
documentation is available here :
https://pipelineascode.com
https://github.com/openshift-pipelines/pipelines-as-code/blob/{{.Tag}}/docs/install.md
brews:
- name: tektoncd-pac
Expand Down

0 comments on commit 85fbee6

Please sign in to comment.