mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-21 18:58:03 +00:00
Better debug flag logic
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
|
||||
# Copied w/ love from the chartmuseum/helm-push :)
|
||||
|
||||
if [ -n "$HELM_DEBUG" ]; then
|
||||
set -x
|
||||
fi
|
||||
[ -z "$HELM_DEBUG" ] || set -x
|
||||
|
||||
name="helm-dashboard"
|
||||
repo="https://github.com/komodorio/${name}"
|
||||
|
||||
Reference in New Issue
Block a user