Fix windows build in main (#42665)

This commit is contained in:
malcolmholmes
2021-12-02 15:57:44 +00:00
committed by GitHub
parent 67461086de
commit a78b90cb95
2 changed files with 7 additions and 4 deletions

View File

@ -1042,6 +1042,8 @@ def get_windows_steps(edition, ver_mode, is_downstream=False):
bucket_part = ' --packages-bucket {}'.format(bucket)
else:
dir = 'main'
bucket = 'grafana-downloads'
bucket_part = ' --packages-bucket {}'.format(bucket)
if not is_downstream:
build_no = 'DRONE_BUILD_NUMBER'
else: