grafana: don't try to run a file that doesn't exist

I don't know why it worked before, but that file very much does not exist.
This commit is contained in:
K900 2024-03-19 14:02:57 +03:00
parent 68f7ab65eb
commit e205dddc33

View File

@ -78,7 +78,6 @@ buildGoModule rec {
GOARCH= CGO_ENABLED=0 go generate ./pkg/plugins/plugindef
GOARCH= CGO_ENABLED=0 go generate ./kinds/gen.go
GOARCH= CGO_ENABLED=0 go generate ./public/app/plugins/gen.go
GOARCH= CGO_ENABLED=0 go generate ./pkg/kindsys/report.go
# Setup node_modules
export HOME="$(mktemp -d)"