Remove duplicated cleanup commands; the realclean target takes care of
authorWard Vandewege <ward@curoverse.com>
Fri, 15 Aug 2014 23:34:44 +0000 (19:34 -0400)
committerWard Vandewege <ward@curoverse.com>
Fri, 15 Aug 2014 23:35:14 +0000 (19:35 -0400)
that now.

no issue #

jenkins/run-docker-tests.sh

index 244c0d7311008db8016990e4850cdd3c3dd1db9c..ee57dd3311ebebeba689579906c3961cbfa86bde 100755 (executable)
@@ -13,11 +13,6 @@ echo $WORKSPACE
 # DOCKER
 title "Starting docker build"
 
-# clean up existing docker containers and images
-docker.io stop $(docker.io ps -a -q)
-docker.io rm $(docker.io ps -a -q)
-docker.io rmi $(docker.io images -q)
-
 # clean up the docker build environment
 cd "$WORKSPACE"
 cd docker