Skip to content

Commit 608a12e

Browse files
committed
fix: remove more dead code
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 29871b8 commit 608a12e

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

.github/workflows/jsonschema.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
3939
- name: Verify ClusterGroup values.schema.json against values-*yaml files
4040
run: |
41-
set -e; for i in values-hub.yaml values-group-one.yaml; do
41+
set -e
42+
for i in $(find . -maxdepth 1 -type f -name "values-*.yaml" ! -name "values-global.yaml")
43+
do
4244
echo "$i"
4345
# disable shellcheck of single quotes in yq
4446
# shellcheck disable=2016

charts/hub/trustee/templates/kbs-subs.yaml

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

0 commit comments

Comments
 (0)