Update build-release.sh

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2024-02-16 17:13:49 +01:00
committed by GitHub
parent 1dc43a5e55
commit 5a8e4c24cd
+1 -1
View File
@@ -199,7 +199,7 @@ copy_docs() {
prep_helm() {
if [[ -z "$standalone" ]]; then
echo "helm repo update..."
# helm repo update
helm repo update
fi
}
export -f prep_helm