mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:08:36 +08:00
Adds storybook integrity check to drone config (#28785)
* Adds storybook integrity check to dron config * Update starlark files * Review comments * Bump grabpl version * Drone: Fix dangling dependency Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
grabpl_version = '0.5.23'
|
||||
grabpl_version = '0.5.24'
|
||||
build_image = 'grafana/build-container:1.2.28'
|
||||
publish_image = 'grafana/grafana-ci-deploy:1.2.6'
|
||||
grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'
|
||||
@ -269,6 +269,7 @@ def build_storybook_step(edition, ver_mode):
|
||||
},
|
||||
'commands': [
|
||||
'yarn storybook:build',
|
||||
'./bin/grabpl verify-storybook',
|
||||
],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user