summaryrefslogtreecommitdiff
path: root/tcwg-cleanup-stale-containers.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-25 11:00:50 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-26 06:38:42 +0000
commit2b5cd1b572a17dd03104e3f06ff207ebdf9afc3a (patch)
tree284de67e29469ce1e09da4b28039001c7dc17577 /tcwg-cleanup-stale-containers.sh
parent35fc1d6a0a7fdbda33df9472cf3efe9b0fbcde05 (diff)
tcwg-cleanup-stale-containers: Remove unused options.
Change-Id: I9169344fbf1657b22de80cd99f209618f2ce6bfd
Diffstat (limited to 'tcwg-cleanup-stale-containers.sh')
-rwxr-xr-xtcwg-cleanup-stale-containers.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcwg-cleanup-stale-containers.sh b/tcwg-cleanup-stale-containers.sh
index be4064eb..c0f264bf 100755
--- a/tcwg-cleanup-stale-containers.sh
+++ b/tcwg-cleanup-stale-containers.sh
@@ -14,8 +14,6 @@ while [ $# -gt 0 ]; do
--cleanup-stopped-hours) cleanup_stopped_hours="$2"; shift ;;
--cleanup-images) cleanup_images="$2"; shift ;;
--cleanup-volumes) cleanup_volumes="$2"; shift ;;
- --docker_ps_opts) docker_ps_opts="$2"; shift ;;
- --hours) hours="$2"; shift ;;
--verbose) verbose="$2"; shift ;;
*) echo "ERROR: Wrong option: $1"; exit 1 ;;
esac