Remove build-storybook from release-branch mode for enterprise (#52654)

This commit is contained in:
Dimitris Sotirakis 2022-07-22 15:29:29 +03:00 committed by GitHub
parent 64d30e37b2
commit f26c49ecc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 12 deletions

View File

@ -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
...

View File

@ -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 {