mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
6002df580f
Co-authored-by: Tom Wilkie <tom.wilkie@gmail.com>
8 lines
178 B
Bash
Executable File
8 lines
178 B
Bash
Executable File
#!/bin/bash
|
|
set -eo pipefail
|
|
|
|
cd grafana-mixin
|
|
go install github.com/monitoring-mixins/mixtool/cmd/mixtool
|
|
go install github.com/google/go-jsonnet/cmd/jsonnetfmt
|
|
make lint build
|