The deploy.py script doesn't work if either GRAFANA_TOKEN isn't set, or if jsonnet isn't available on path. This PR makes the failure verbose instead of showing up as an error harder to read later.
It doesn't fail if go-jsonnet isn't detected, but warns - because maybe it works at some time in the future with the non-golang based version of jsonnet for example.
The deploy.py script doesn't work if either
GRAFANA_TOKEN
isn't set, or ifjsonnet
isn't available on path. This PR makes the failure verbose instead of showing up as an error harder to read later.It doesn't fail if go-jsonnet isn't detected, but warns - because maybe it works at some time in the future with the non-golang based version of
jsonnet
for example.Related
123