From 89d62b6cae61ebfd88f3fe61d7e363d28b2cf115 Mon Sep 17 00:00:00 2001 From: Arthur Outhenin-Chalandre Date: Thu, 12 May 2022 17:23:56 +0200 Subject: [PATCH] ceph-mixin: fix makefile dashboards dependency Signed-off-by: Arthur Outhenin-Chalandre (cherry picked from commit 4595e9af23205e82a5232ecc3da408054b30d520) --- monitoring/ceph-mixin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/ceph-mixin/Makefile b/monitoring/ceph-mixin/Makefile index 44575b77eb6a4..0cb7aa5393c29 100644 --- a/monitoring/ceph-mixin/Makefile +++ b/monitoring/ceph-mixin/Makefile @@ -8,7 +8,7 @@ generate: dashboards_out vendor: jsonnetfile.lock.json tox -ejsonnet-bundler-install -dashboards_out: vendor $(JSONNETS_FILES) +dashboards_out: vendor dashboards tox -ejsonnet-fix lint: -- 2.39.5