mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 02:49:25 +08:00
Build: Correct syntax for directing release builds (#42789)
This commit is contained in:
@ -243,7 +243,7 @@ def release_pipelines(ver_mode='release', trigger=None):
|
||||
trigger = {
|
||||
'ref': ['refs/tags/v*',],
|
||||
'repo': {
|
||||
'exclude': 'grafana/grafana',
|
||||
'exclude': ['grafana/grafana'],
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user