This commit is contained in:
@@ -125,6 +125,7 @@ jobs:
|
||||
| tail +2 | head -n -1 \
|
||||
| awk '{ print "helm repo add " $1 " " $3 }' \
|
||||
| while read cmd; do
|
||||
echo ">> Command: $cmd"
|
||||
if [[ "$cmd" == "helm repo add oci:*" ]]; then
|
||||
echo ">> Ignoring OCI repo"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user