diff --git a/deploy.py b/deploy.py index 24be9e5..cb870bb 100755 --- a/deploy.py +++ b/deploy.py @@ -130,18 +130,12 @@ def main(): "The environment variable GRAFANA_TOKEN needs to be set in order to deploying dashboards to a Grafana deployment." ) - # ensure jsonnet (go-jsonnet) + # ensure jsonnet if not shutil.which("jsonnet"): raise ValueError( "No jsonnet binary was found on path! " "Install go-jsonnet via https://github.com/google/go-jsonnet/releases." ) - jsonnet_version = subprocess.check_output(["jsonnet", "--version"], text=True) - if "go" not in jsonnet_version.casefold(): - print( - "WARNING: The jsonnet binary on path doesn't seem to be go-jsonnet from https://github.com/google/go-jsonnet/releases! " - "Only that jsonnet implementation is known to work." - ) api = partial( grafana_request,