mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Remove verify-drone for Windows (#36759)
This step checks that there's no drift between star files and yml It's currently broken for windows: https://raintank-corp.slack.com/archives/C010WU9Q5TJ/p1626270627462700 But it's only needed for PRs really
This commit is contained in:
@@ -929,7 +929,6 @@ def get_windows_steps(edition, ver_mode, is_downstream=False):
|
||||
init_cmds.extend([
|
||||
'$$ProgressPreference = "SilentlyContinue"',
|
||||
'Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v{}/windows/grabpl.exe -OutFile grabpl.exe'.format(grabpl_version),
|
||||
'.\\grabpl.exe verify-drone',
|
||||
])
|
||||
steps = [
|
||||
{
|
||||
@@ -1029,7 +1028,6 @@ def get_windows_steps(edition, ver_mode, is_downstream=False):
|
||||
'rm -force grabpl.exe',
|
||||
'C:\\App\\grabpl.exe init-enterprise C:\\App\\grafana-enterprise{}'.format(source_commit),
|
||||
'cp C:\\App\\grabpl.exe grabpl.exe',
|
||||
'.\\grabpl.exe verify-drone',
|
||||
])
|
||||
|
||||
return steps
|
||||
|
||||
Reference in New Issue
Block a user