Restore publish script after PR got merged

This commit is contained in:
Stefan Reimer 2020-05-05 15:32:15 +01:00
parent 0987a308db
commit aaf2e72b68
1 changed files with 2 additions and 4 deletions

View File

@ -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"