From 2f8f4cb63f218b90db3448789f6e1d515177d177 Mon Sep 17 00:00:00 2001 From: Jonas Bostoen Date: Thu, 12 Sep 2024 12:14:18 +0200 Subject: [PATCH] feat(holesky): update script --- testnets/holesky/update-grafana.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testnets/holesky/update-grafana.sh b/testnets/holesky/update-grafana.sh index ef91d97e..4e5a1669 100755 --- a/testnets/holesky/update-grafana.sh +++ b/testnets/holesky/update-grafana.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Get the commit-hash from first argument -commit_hash=$1 - +# Fetches the latest dashboards from commit-boost main curl https://raw.githubusercontent.com/Commit-Boost/commit-boost-client/main/grafana/dashboards/dashboard.json -o ./grafana/dashboards/dashboard.json curl https://raw.githubusercontent.com/Commit-Boost/commit-boost-client/main/grafana/dashboards/system_metrics.json -o ./grafana/dashboards/system_metrics.json