Update build-release.sh

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2024-01-01 22:30:24 +01:00
committed by GitHub
parent 7e212caadd
commit 57598d30a4
+1 -1
View File
@@ -198,7 +198,7 @@ copy_docs() {
prep_helm() {
if [[ -z "$standalone" ]]; then
helm repo update
# helm repo update
fi
}
export -f prep_helm