summaryrefslogtreecommitdiff
path: root/tcwg-cleanup-stale-containers.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-26 06:40:24 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-28 07:36:59 +0000
commit489d4a5c4ea507705cf876c381dc2186f4b992aa (patch)
tree043785e845ef610c3bed83557a5ab945fa627832 /tcwg-cleanup-stale-containers.sh
parent67ce42d689de2f7c07e9d96e0eafbcb09cb54a24 (diff)
tcwg-cleanup-stale-containers: Restrict debugging feature.
Change-Id: Icbdf341f268ba3ff18552428e9466cc371450cad
Diffstat (limited to 'tcwg-cleanup-stale-containers.sh')
-rwxr-xr-xtcwg-cleanup-stale-containers.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tcwg-cleanup-stale-containers.sh b/tcwg-cleanup-stale-containers.sh
index c0f264bf..2ad7c2a0 100755
--- a/tcwg-cleanup-stale-containers.sh
+++ b/tcwg-cleanup-stale-containers.sh
@@ -24,9 +24,7 @@ if $verbose; then
set -x
fi
-if [ x"$DOCKER" = x"" ]; then
- DOCKER="docker"
-fi
+DOCKER="docker"
do_cleanup_containers ()
{