summaryrefslogtreecommitdiff
path: root/tcwg-cleanup-stale-containers.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-11-14 06:55:10 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-11-14 06:55:10 +0000
commit4b0dfcb91e0d55c900df142a608afc2bd34bb42e (patch)
tree300b54b8b68df9eb038d1f4c620e69d8b84b3257 /tcwg-cleanup-stale-containers.sh
parentdd6f7be35945b3bdd4b787d42a934f1f96801cff (diff)
tcwg-cleanup-stale-containers: And another typo
... what can I say ... Monday morning. Change-Id: Ic6b44cd5c0f9ccec69665fa997b96fdecfd89735
Diffstat (limited to 'tcwg-cleanup-stale-containers.sh')
-rwxr-xr-xtcwg-cleanup-stale-containers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-cleanup-stale-containers.sh b/tcwg-cleanup-stale-containers.sh
index a9503e9d..1e3aaa54 100755
--- a/tcwg-cleanup-stale-containers.sh
+++ b/tcwg-cleanup-stale-containers.sh
@@ -80,7 +80,7 @@ if [ x"$(docker images | grep "^<none>" | awk '{print $3}')" != x"" ]; then
echo "Increasing exit code by 4 to indicate untagged images"
status="$(($status+4))"
if ! $dry_run; then
- docker docker images | grep "^<none>" | awk '{print $3}' | xargs -i@ docker rmi @ | cat
+ docker images | grep "^<none>" | awk '{print $3}' | xargs -i@ docker rmi @ | cat
echo "xargs docker rmi exit status: ${PIPESTATUS[3]}"
else
echo "DRY_RUN: NOT REMOVING UNTAGGED IMAGES"