Skip to content

Commit aa5a90f

Browse files
committed
CI: ignore oci helm repos
1 parent 2b32166 commit aa5a90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Add helm repositories
3030
run: |
3131
for dir in $(ls -d ./*/); do
32-
helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do $cmd; done
32+
helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | grep -v 'oci://' | while read cmd; do $cmd; done
3333
done
3434
3535
- name: Run chart-releaser

0 commit comments

Comments
 (0)