mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 06:32:28 +08:00
Drone: Upgrade build-pipeline tool (#28728)
* Drone: Upgrade build-pipeline tool Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Drone: Raise Drone's memory limit for build-storybook Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
grabpl_version = '0.5.20'
|
||||
grabpl_version = '0.5.22'
|
||||
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'
|
||||
@ -264,6 +264,9 @@ def build_storybook_step(edition, ver_mode):
|
||||
# Best to ensure that this step doesn't mess with what's getting built and packaged
|
||||
'package',
|
||||
],
|
||||
'environment': {
|
||||
'NODE_OPTIONS': '--max_old_space_size=4096',
|
||||
},
|
||||
'commands': [
|
||||
'yarn storybook:build',
|
||||
],
|
||||
|
Reference in New Issue
Block a user