mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 14:59:09 -07:00
Add env
command to ansible-test and run in CI. (#50176)
* Add `env` command to ansible-test and run in CI. * Avoid unnecessary docker pull.
This commit is contained in:
parent
4b300189fd
commit
01833b6fb1
8 changed files with 298 additions and 7 deletions
|
@ -24,10 +24,9 @@ class EnvironmentConfig(CommonConfig):
|
|||
def __init__(self, args, command):
|
||||
"""
|
||||
:type args: any
|
||||
:type command: str
|
||||
"""
|
||||
super(EnvironmentConfig, self).__init__(args)
|
||||
|
||||
self.command = command
|
||||
super(EnvironmentConfig, self).__init__(args, command)
|
||||
|
||||
self.local = args.local is True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue