grafana: pull grafyaml in helper script

Make sure before running the grafana image is pulled so we get any
updates before trying to load the dashboards.

Change-Id: I01d1a2874cc96926ff60746af617e75c19f99b1b
This commit is contained in:
Ian Wienand 2022-08-04 13:43:35 +10:00
parent 75442701aa
commit 081f477991

View File

@ -38,6 +38,9 @@ if [[ $(${DOCKER} ps -f "name=grafana-opendev_test" --format '{{.Names}}') \
echo ". done"
fi
echo "Pulling grafyaml"
${DOCKER} pull opendevorg/grafyaml
echo "Reloading dashboards"
${DOCKER} run --rm --network=host \