Sign Drone's configuration YAML file (#36528)

* Sign Drone's configuration YAML file
This is needed to protect the repository

* Update grabpl to 2.2.8

* Add comment about generating the drone.yml file
This commit is contained in:
Julien Duchesne
2021-07-14 14:40:28 +02:00
committed by GitHub
parent d9897a457d
commit f41f00dec4
4 changed files with 38 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
load('scripts/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token')
grabpl_version = '2.0.0'
grabpl_version = '2.2.8'
build_image = 'grafana/build-container:1.4.1'
publish_image = 'grafana/grafana-ci-deploy:1.3.1'
grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'