forked from extern/podman-compose
Remove test code
This commit is contained in:
parent
bda7b5e812
commit
d3df688aee
@ -1262,8 +1262,6 @@ def compose_exec(compose, args):
|
||||
cnt['environment'].update(additional_env_vars)
|
||||
# run podman
|
||||
podman_args = container_to_args(compose, cnt, args.detach, podman_command="exec")
|
||||
print(podman_args)
|
||||
return
|
||||
compose.podman.run(podman_args, sleep=0)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user