Remove gen-version from windows pipelines (#54941)

This commit is contained in:
Dimitris Sotirakis
2022-09-09 03:22:38 -04:00
committed by GitHub
parent bcd7afd1f5
commit 8c081d4523
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -55,7 +55,6 @@ 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]',
])