From: Andrew Schoen Date: Mon, 16 Jan 2017 22:12:20 +0000 (-0600) Subject: ceph-docker-prs: only teardown in the ceph-ansible dir X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F618%2Fhead;p=ceph-build.git ceph-docker-prs: only teardown in the ceph-ansible dir Signed-off-by: Andrew Schoen --- diff --git a/ceph-docker-prs/build/teardown b/ceph-docker-prs/build/teardown index cb0d68b2..5790664a 100644 --- a/ceph-docker-prs/build/teardown +++ b/ceph-docker-prs/build/teardown @@ -2,7 +2,7 @@ # 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 +cd $WORKSPACE/ceph-ansible/tests/functional scenarios=$(find . | grep Vagrantfile | xargs dirname)