docs: Remove
This is moved to https://gitlab.com/bootc-org/documentation for now.
This commit is contained in:
parent
9fb497c949
commit
5dfd201832
14 changed files with 2 additions and 761 deletions
|
|
@ -8,8 +8,7 @@ metadata:
|
|||
build.appstudio.redhat.com/target_branch: "{{target_branch}}"
|
||||
pipelinesascode.tekton.dev/max-keep-runs: "3"
|
||||
pipelinesascode.tekton.dev/on-cel-expression:
|
||||
event == "pull_request" && target_branch
|
||||
== "main" && ! "docs/***".pathChanged()
|
||||
event == "pull_request" && target_branch == "main"
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
appstudio.openshift.io/application: centos-bootc
|
||||
|
|
|
|||
|
|
@ -8,8 +8,7 @@ metadata:
|
|||
build.appstudio.redhat.com/target_branch: "{{target_branch}}"
|
||||
pipelinesascode.tekton.dev/max-keep-runs: "3"
|
||||
pipelinesascode.tekton.dev/on-cel-expression:
|
||||
event == "push" && target_branch
|
||||
== "main" && ! "docs/***".pathChanged()
|
||||
event == "push" && target_branch == "main"
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
appstudio.openshift.io/application: centos-bootc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue