Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 5dfd201

Browse files
committed
docs: Remove
This is moved to https://gitlab.com/bootc-org/documentation for now.
1 parent 9fb497c commit 5dfd201

File tree

14 files changed

+2
-761
lines changed

14 files changed

+2
-761
lines changed

.github/workflows/build-image.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
pull_request:
55
branches:
66
- main
7-
paths-ignore:
8-
- "docs/**"
97

108
workflow_dispatch:
119

.github/workflows/docs.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.tekton/centos-bootc-pull-request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ metadata:
88
build.appstudio.redhat.com/target_branch: "{{target_branch}}"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression:
11-
event == "pull_request" && target_branch
12-
== "main" && ! "docs/***".pathChanged()
11+
event == "pull_request" && target_branch == "main"
1312
creationTimestamp: null
1413
labels:
1514
appstudio.openshift.io/application: centos-bootc

.tekton/centos-bootc-push.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ metadata:
88
build.appstudio.redhat.com/target_branch: "{{target_branch}}"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression:
11-
event == "push" && target_branch
12-
== "main" && ! "docs/***".pathChanged()
11+
event == "push" && target_branch == "main"
1312
creationTimestamp: null
1413
labels:
1514
appstudio.openshift.io/application: centos-bootc

docs/Gemfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/_config.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

docs/_sass/color_schemes/coreos.scss

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/builds.md

Lines changed: 0 additions & 143 deletions
This file was deleted.

docs/cloud-agents.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

docs/example.ks

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)