Restore publish script after PR got merged
This commit is contained in:
parent
889731ec66
commit
0e1c349f06
@ -13,8 +13,7 @@ helm repo add argoproj https://argoproj.github.io/argo-helm
|
|||||||
|
|
||||||
for dir in $(find $SRCROOT/charts -mindepth 1 -maxdepth 1 -type d);
|
for dir in $(find $SRCROOT/charts -mindepth 1 -maxdepth 1 -type d);
|
||||||
do
|
do
|
||||||
# Disabled until PR merged
|
rm -rf $dir/charts
|
||||||
# rm -rf $dir/charts
|
|
||||||
|
|
||||||
name=$(basename $dir)
|
name=$(basename $dir)
|
||||||
|
|
||||||
@ -28,8 +27,7 @@ do
|
|||||||
git checkout $dir
|
git checkout $dir
|
||||||
fi
|
fi
|
||||||
echo "Processing chart dependencies"
|
echo "Processing chart dependencies"
|
||||||
# Disabled until PR merged
|
helm --debug dep build $dir
|
||||||
# helm --debug dep build $dir
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Processing $dir"
|
echo "Processing $dir"
|
||||||
|
Loading…
Reference in New Issue
Block a user