mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-25 01:49:06 +02:00
fix pull giving not implemented
This commit is contained in:
parent
de670fad08
commit
c0a1f6f7fb
@ -758,7 +758,7 @@ def run_compose(
|
|||||||
raise ValueError("'{}' does not accept any argument".format(cmd))
|
raise ValueError("'{}' does not accept any argument".format(cmd))
|
||||||
if cmd == "pull":
|
if cmd == "pull":
|
||||||
pull(project_name, dirname, pods, containers, dry_run, podman_path)
|
pull(project_name, dirname, pods, containers, dry_run, podman_path)
|
||||||
if cmd == "push":
|
elif cmd == "push":
|
||||||
push(project_name, dirname, pods, containers, dry_run, podman_path, cmd_args)
|
push(project_name, dirname, pods, containers, dry_run, podman_path, cmd_args)
|
||||||
elif cmd == "build":
|
elif cmd == "build":
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
|
Loading…
Reference in New Issue
Block a user