Update grabpl version to 2.5.1 (#40218)

This commit is contained in:
Dimitris Sotirakis
2021-10-11 09:41:19 +03:00
committed by GitHub
parent d8e97fc024
commit 08a20e2247
2 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token')
grabpl_version = '2.4.8'
grabpl_version = '2.5.1'
build_image = 'grafana/build-container:1.4.3'
publish_image = 'grafana/grafana-ci-deploy:1.3.1'
grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'
@@ -1034,4 +1034,4 @@ def ensure_cuetsified_step():
'# If any filenames are emitted by the below script, run the generator command `grafana-cli cue gen-ts` locally and commit the result.',
'./scripts/clean-git-or-error.sh',
],
}
}