mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 20:30:27 -07:00
Fix link in docs - upstream of TPG#5386
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
9d30baeec9
commit
a939cb915d
2 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
ignored_files:
|
ignored_files:
|
||||||
description:
|
description:
|
||||||
- ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match
|
- ignoredFiles and includedFiles are file glob matches using U(https://golang.org/pkg/path/filepath/#Match)
|
||||||
extended with support for `**`.
|
extended with support for `**`.
|
||||||
- If ignoredFiles and changed files are both empty, then they are not used to
|
- If ignoredFiles and changed files are both empty, then they are not used to
|
||||||
determine whether or not to trigger a build.
|
determine whether or not to trigger a build.
|
||||||
|
@ -423,7 +423,7 @@ filename:
|
||||||
type: str
|
type: str
|
||||||
ignoredFiles:
|
ignoredFiles:
|
||||||
description:
|
description:
|
||||||
- ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match
|
- ignoredFiles and includedFiles are file glob matches using U(https://golang.org/pkg/path/filepath/#Match)
|
||||||
extended with support for `**`.
|
extended with support for `**`.
|
||||||
- If ignoredFiles and changed files are both empty, then they are not used to determine
|
- If ignoredFiles and changed files are both empty, then they are not used to determine
|
||||||
whether or not to trigger a build.
|
whether or not to trigger a build.
|
||||||
|
|
|
@ -143,7 +143,7 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
ignoredFiles:
|
ignoredFiles:
|
||||||
description:
|
description:
|
||||||
- ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match
|
- ignoredFiles and includedFiles are file glob matches using U(https://golang.org/pkg/path/filepath/#Match)
|
||||||
extended with support for `**`.
|
extended with support for `**`.
|
||||||
- If ignoredFiles and changed files are both empty, then they are not used to
|
- If ignoredFiles and changed files are both empty, then they are not used to
|
||||||
determine whether or not to trigger a build.
|
determine whether or not to trigger a build.
|
||||||
|
|
Loading…
Add table
Reference in a new issue