From 1934154ebc7400c55a7ff4aebca5608d2afbf505 Mon Sep 17 00:00:00 2001 From: Gregory Meno Date: Wed, 19 Apr 2017 16:54:51 -0700 Subject: [PATCH] removing unnecessary teardown Signed-off-by: Gregory Meno --- bz-mill/build/teardown | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 bz-mill/build/teardown diff --git a/bz-mill/build/teardown b/bz-mill/build/teardown deleted file mode 100644 index 5790664a..00000000 --- a/bz-mill/build/teardown +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -# There has to be a better way to do this than this script which just looks -# for every Vagrantfile in scenarios and then just destroys whatever is left. - -cd $WORKSPACE/ceph-ansible/tests/functional - -scenarios=$(find . | grep Vagrantfile | xargs dirname) - -for scenario in $scenarios; do - cd $scenario - vagrant destroy -f - cd - -done -- 2.39.5