(cherry picked from commit 555f5a49ce)
Co-authored-by: malcolmholmes <42545407+malcolmholmes@users.noreply.github.com>
This commit is contained in:
co-authored by
malcolmholmes
parent
41e812bced
commit
92859ce0e5
@@ -292,7 +292,12 @@ def publish_storybook_step(edition, ver_mode):
|
||||
}
|
||||
|
||||
|
||||
def upload_cdn_step(edition):
|
||||
def upload_cdn_step(edition, ver_mode):
|
||||
if ver_mode == "release":
|
||||
bucket = "$${PRERELEASE_BUCKET}/artifacts/static-assets"
|
||||
else:
|
||||
bucket = "grafana-static-assets"
|
||||
|
||||
deps = []
|
||||
if edition in 'enterprise2':
|
||||
deps.extend([
|
||||
|
||||
Reference in New Issue
Block a user