mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
e693af6c01
* .circleci/config.yml: check mixins Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Run jsonnetfmt Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Install tools in the image instead of using coreos/jsonnet-ci The latter is deprecated Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update jsonnetfile.json Signed-off-by: Simon Pasquier <spasquie@redhat.com>
25 lines
459 B
JSON
25 lines
459 B
JSON
{
|
|
"version": 1,
|
|
"dependencies": [
|
|
{
|
|
"source": {
|
|
"git": {
|
|
"remote": "https://github.com/grafana/grafonnet-lib.git",
|
|
"subdir": "grafonnet"
|
|
}
|
|
},
|
|
"version": "master"
|
|
},
|
|
{
|
|
"source": {
|
|
"git": {
|
|
"remote": "https://github.com/grafana/jsonnet-libs.git",
|
|
"subdir": "grafana-builder"
|
|
}
|
|
},
|
|
"version": "master"
|
|
}
|
|
],
|
|
"legacyImports": true
|
|
}
|