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