This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo ">> Adding repositories for chart dependencies ..."
|
echo ">> Adding repositories for chart dependencies ..."
|
||||||
for dir in ${CHANGED_CHARTS}; do
|
for dir in ${CHANGED_CHARTS}; do
|
||||||
helm dependency list --max-col-width 120 charts/$dir 2> /dev/null \
|
helm dependency list --max-col-width 120 $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
|
| while read cmd; do
|
||||||
|
|||||||
Reference in New Issue
Block a user