Remove gen-version from windows pipelines (#54941)

This commit is contained in:
Dimitris Sotirakis 2022-09-09 10:22:38 +03:00 committed by GitHub
parent bcd7afd1f5
commit 8c081d4523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -1515,7 +1515,6 @@ steps:
- gcloud auth activate-service-account --key-file=gcpkey.json
- rm gcpkey.json
- cp C:\App\nssm-2.24.zip .
- .\grabpl.exe gen-version --build-id $$env:DRONE_BUILD_NUMBER
- .\grabpl.exe windows-installer --edition oss --build-id $$env:DRONE_BUILD_NUMBER
- $$fname = ((Get-Childitem grafana*.msi -name) -split "`n")[0]
- gsutil cp $$fname gs://grafana-downloads/oss/main/
@ -5115,6 +5114,6 @@ kind: secret
name: packages_secret_access_key
---
kind: signature
hmac: 6cefdb187edd20260ae51a32f160df1b5523fc48152112284db283b1152f8f4a
hmac: 5a65475693af9542c3e2f416f041bdc83b13ff186b220a04cdc8c76559b3ecf2
...

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]',
])