mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-10 18:34:03 -07:00
Pass base branch to module validator on delegate.
This commit is contained in:
parent
c160ede789
commit
bc8186543a
3 changed files with 25 additions and 3 deletions
|
@ -285,6 +285,9 @@ def parse_args():
|
|||
choices=SUPPORTED_PYTHON_VERSIONS,
|
||||
help='python version: %s' % ', '.join(SUPPORTED_PYTHON_VERSIONS))
|
||||
|
||||
sanity.add_argument('--base-branch',
|
||||
help=argparse.SUPPRESS)
|
||||
|
||||
add_extra_docker_options(sanity, integration=False)
|
||||
|
||||
shell = subparsers.add_parser('shell',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue