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:
Arve Knudsen
2020-11-02 10:02:42 +01:00
committed by GitHub
parent ba12a6a42a
commit cbb6f425c0
5 changed files with 37 additions and 22 deletions

View File

@ -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',
],