mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 21:52:43 +08:00
Fix windows build in main (#42665)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user