Execute install script in debug mode only when HELM_DEBUG flag is set (#219)

This commit is contained in:
Harshit Mehta
2023-02-17 18:22:50 +05:30
committed by GitHub
parent 4a4760d5b8
commit c79259275a

View File

@@ -2,7 +2,7 @@
# Copied w/ love from the chartmuseum/helm-push :) # Copied w/ love from the chartmuseum/helm-push :)
[ -z "$HELM_DEBUG" ] || set -x [ ! -z "$HELM_DEBUG" ] && set -x
name="helm-dashboard" name="helm-dashboard"
repo="https://github.com/komodorio/${name}" repo="https://github.com/komodorio/${name}"