From eb874c7df1f65d8755dd5282d7d55efa039319b6 Mon Sep 17 00:00:00 2001 From: Ryan Faircloth Date: Sat, 29 Jun 2019 19:10:34 -0400 Subject: [PATCH] don't cleanup volumes --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 422dc28..859f413 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,11 +107,6 @@ docker cp dummy:/work/test-results/functional test-results docker rm dummy - - run: - name: Cleanup volumes - command: | - docker volume rm sc4s-tests - docker volume rm sc4s-results - store_test_results: path: test-results publish: