This commit is contained in:
@@ -170,7 +170,13 @@ jobs:
|
|||||||
helm dependency list --max-col-width 120 charts/$dir 2> /dev/null \
|
helm dependency list --max-col-width 120 charts/$dir 2> /dev/null \
|
||||||
| tail +2 | head -n -1 \
|
| tail +2 | head -n -1 \
|
||||||
| awk '{ print "helm repo add " $1 " " $3 }' \
|
| awk '{ print "helm repo add " $1 " " $3 }' \
|
||||||
| while read cmd; do echo "$cmd" | sh; done || true
|
| while read cmd; do
|
||||||
|
if [[ "$cmd" == "helm repo add oci:*" ]]; then
|
||||||
|
echo ">> Ignoring OCI repo"
|
||||||
|
else
|
||||||
|
echo "$cmd" | sh;
|
||||||
|
fi
|
||||||
|
done || true
|
||||||
done
|
done
|
||||||
|
|
||||||
if helm repo list | tail +2 | read -r; then
|
if helm repo list | tail +2 | read -r; then
|
||||||
|
|||||||
Reference in New Issue
Block a user