mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 20:30:27 -07:00
Don't require 'trigger_template' since it conflicts with 'github' in beta.
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
04b5f54166
commit
4d4ebe7223
1 changed files with 1 additions and 2 deletions
|
@ -109,7 +109,7 @@ options:
|
||||||
- Branch and tag names in trigger templates are interpreted as regular expressions.
|
- 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
|
Any branch or tag change that matches that regular expression will trigger a
|
||||||
build.
|
build.
|
||||||
required: true
|
required: false
|
||||||
type: dict
|
type: dict
|
||||||
suboptions:
|
suboptions:
|
||||||
project_id:
|
project_id:
|
||||||
|
@ -648,7 +648,6 @@ def main():
|
||||||
ignored_files=dict(type='list', elements='str'),
|
ignored_files=dict(type='list', elements='str'),
|
||||||
included_files=dict(type='list', elements='str'),
|
included_files=dict(type='list', elements='str'),
|
||||||
trigger_template=dict(
|
trigger_template=dict(
|
||||||
required=True,
|
|
||||||
type='dict',
|
type='dict',
|
||||||
options=dict(
|
options=dict(
|
||||||
project_id=dict(type='str'),
|
project_id=dict(type='str'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue