Skip to content

Commit 13728ec

Browse files
committed
kernelci.legacy: remove old kci docker implementation
Remove the old `kci docker` implementation based on argparse as there's now the new one based on Click and the kernelci.docker module. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
1 parent 3c02cae commit 13728ec

File tree

2 files changed

+0
-218
lines changed

2 files changed

+0
-218
lines changed

kernelci/legacy/cli/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from . import (
1313
api,
1414
config,
15-
docker,
1615
job,
1716
node,
1817
pubsub,
@@ -25,7 +24,6 @@
2524
_COMMANDS = {
2625
'api': api.main,
2726
'config': config.main,
28-
'docker': docker.main,
2927
'job': job.main,
3028
'node': node.main,
3129
'pubsub': pubsub.main,

kernelci/legacy/cli/docker.py

Lines changed: 0 additions & 216 deletions
This file was deleted.

0 commit comments

Comments
 (0)