Build: Correct syntax for directing release builds (#42789)

This commit is contained in:
malcolmholmes
2021-12-06 15:03:44 +00:00
committed by GitHub
parent eab0ba8716
commit 6a5416bcec
2 changed files with 12 additions and 7 deletions

View File

@ -243,7 +243,7 @@ def release_pipelines(ver_mode='release', trigger=None):
trigger = {
'ref': ['refs/tags/v*',],
'repo': {
'exclude': 'grafana/grafana',
'exclude': ['grafana/grafana'],
},
}