Add cloudbuild invert regex option (#3628) (#243)

* Add cloudbuild invert regex option

* Fix invert_regex name in tf tests

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-06-15 10:21:51 -07:00 committed by GitHub
commit 949470be2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View file

@ -192,6 +192,12 @@ resources:
path, this value is ignored for that step's execution.
returned: success
type: str
invertRegex:
description:
- Only trigger a build if the revision regex does NOT match the revision
regex.
returned: success
type: bool
branchName:
description:
- Name of the branch to build. Exactly one a of branch name, tag, or commit