mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Remove build-storybook from release-branch mode for enterprise (#52654)
This commit is contained in:
parent
64d30e37b2
commit
f26c49ecc0
12
.drone.yml
12
.drone.yml
@ -4259,16 +4259,6 @@ steps:
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
- commands:
|
||||
- yarn storybook:build
|
||||
- ./bin/grabpl verify-storybook
|
||||
depends_on:
|
||||
- build-frontend
|
||||
- build-frontend-packages
|
||||
environment:
|
||||
NODE_OPTIONS: --max_old_space_size=4096
|
||||
image: grafana/build-container:1.5.8
|
||||
name: build-storybook
|
||||
- commands:
|
||||
- ./bin/grabpl upload-cdn --edition enterprise
|
||||
depends_on:
|
||||
@ -4874,6 +4864,6 @@ kind: secret
|
||||
name: gcp_upload_artifacts_key
|
||||
---
|
||||
kind: signature
|
||||
hmac: fdbc2724cf738ea9a2cd2be46f70d13928c96cc29179a79b7108650af40740ff
|
||||
hmac: 2d5af91789aad1299f5e8525b4c8fdeca5e7154ab2cd509547133ae9ff7295a6
|
||||
|
||||
...
|
||||
|
@ -250,7 +250,7 @@ def benchmark_ldap_step():
|
||||
|
||||
|
||||
def build_storybook_step(edition, ver_mode):
|
||||
if edition in ('enterprise', 'enterprise2') and ver_mode == 'release':
|
||||
if edition in ('enterprise', 'enterprise2'):
|
||||
return None
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user