mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:08:36 +08: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