Merge pull request #91 from modular-magician/codegen-pr-2717

Don't require 'trigger_template' since it conflicts with 'github' in beta.
This commit is contained in:
Nathan McKinley 2019-11-19 11:07:34 -08:00 committed by GitHub
commit a80f8405ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ options:
- Branch and tag names in trigger templates are interpreted as regular expressions.
Any branch or tag change that matches that regular expression will trigger a
build.
required: true
required: false
type: dict
suboptions:
project_id:
@ -648,7 +648,6 @@ def main():
ignored_files=dict(type='list', elements='str'),
included_files=dict(type='list', elements='str'),
trigger_template=dict(
required=True,
type='dict',
options=dict(
project_id=dict(type='str'),