[ci]: Fix official build not existing issue (#7408)

When submitting a new official build for broadcom, vs, it prompts a error message, which says the job is not defined.
It was caused by the default option "[]", which is not empty, it is used as the jobGroups parameter.
This commit is contained in:
xumia 2021-04-23 12:56:09 +08:00 committed by Shilong Liu
parent a5a381df7e
commit 7ece5de700

View File

@ -15,7 +15,7 @@ parameters:
default: [] default: []
- name: 'jobGroups' - name: 'jobGroups'
type: object type: object
default: [] default: ''
jobs: jobs:
- template: azure-pipelines-image-template.yml - template: azure-pipelines-image-template.yml