Skip to content

Commit 9813c7c

Browse files
committed
chore: exclude files not intended for end user
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
1 parent 04ba223 commit 9813c7c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/helm-sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
rsync -a \
7070
--exclude '/test/' \
7171
--exclude '/scripts/' \
72+
--exclude 'values.schema.json' \
73+
--exclude 'api-docs.md' \
74+
--exclude 'README.md' \
75+
--exclude '.helmignore' \
76+
--exclude 'templates/NOTES.txt' \
7277
"source_repo/charts/${chart}/" \
7378
"target_repo/to-be-processed/helm/${chart}/"
7479
done

0 commit comments

Comments
 (0)