Publish non-release CDN assets (#43087)

This commit is contained in:
malcolmholmes
2021-12-14 12:01:54 +00:00
committed by GitHub
parent 21656a0491
commit 555f5a49ce
2 changed files with 10 additions and 10 deletions

View File

@ -293,10 +293,10 @@ def publish_storybook_step(edition, ver_mode):
def upload_cdn_step(edition, ver_mode):
if ver_mode == "main":
bucket = "grafana-static-assets"
else:
if ver_mode == "release":
bucket = "$${PRERELEASE_BUCKET}/artifacts/static-assets"
else:
bucket = "grafana-static-assets"
deps = []
if edition in 'enterprise2':