[ARVADOS-DEV] updated: b70e4ce5d5ea65e788a172e757af5c07b016fe4f

git at public.curoverse.com git at public.curoverse.com
Fri Aug 15 19:35:22 EDT 2014


Summary of changes:
 jenkins/run-docker-tests.sh | 5 -----
 1 file changed, 5 deletions(-)

       via  b70e4ce5d5ea65e788a172e757af5c07b016fe4f (commit)
      from  2d816cf50f92cb6d984a8821f6c6ddd621f5140b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit b70e4ce5d5ea65e788a172e757af5c07b016fe4f
Author: Ward Vandewege <ward at curoverse.com>
Date:   Fri Aug 15 19:34:44 2014 -0400

    Remove duplicated cleanup commands; the realclean target takes care of
    that now.
    
    no issue #

diff --git a/jenkins/run-docker-tests.sh b/jenkins/run-docker-tests.sh
index 244c0d7..ee57dd3 100755
--- a/jenkins/run-docker-tests.sh
+++ b/jenkins/run-docker-tests.sh
@@ -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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list