mirror of
https://github.com/grafana/grafana.git
synced 2024-12-23 23:50:28 -06:00
Remove unused code (#52806)
This commit is contained in:
parent
c20d96aaec
commit
12079a7285
@ -341,13 +341,6 @@ def e2e_tests_artifacts(edition):
|
||||
|
||||
|
||||
def upload_cdn_step(edition, ver_mode, trigger=None):
|
||||
src_dir = ''
|
||||
if ver_mode == "release":
|
||||
bucket = "$${PRERELEASE_BUCKET}"
|
||||
src_dir = " --src-dir artifacts/static-assets"
|
||||
else:
|
||||
bucket = "grafana-static-assets"
|
||||
|
||||
deps = []
|
||||
if edition in 'enterprise2':
|
||||
deps.extend([
|
||||
|
Loading…
Reference in New Issue
Block a user