[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 GitHub
parent e8582ac6b1
commit 4bf118006a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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