mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Run gen-version in windows pipelines (#54624)
This commit is contained in:
committed by
GitHub
parent
d79830fdd7
commit
4735de6aa4
@@ -55,6 +55,7 @@ def windows(trigger, edition, ver_mode):
|
||||
'release',
|
||||
):
|
||||
installer_commands.extend([
|
||||
'.\\grabpl.exe gen-version {}'.format(ver_part),
|
||||
'.\\grabpl.exe windows-installer --edition {} {}'.format(edition, ver_part),
|
||||
'$$fname = ((Get-Childitem grafana*.msi -name) -split "`n")[0]',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user