Drone: Check CUE dashboard schemas (#29334)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-11-25 08:11:08 +01:00
committed by GitHub
parent 10ff4eecef
commit 65ca47549d
7 changed files with 232 additions and 210 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail
_version="1.2.29"
_version="1.2.30"
_tag="grafana/build-container:${_version}"
_dpath=$(dirname "${BASH_SOURCE[0]}")