]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-docker-prs: only teardown in the ceph-ansible dir 618/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 16 Jan 2017 22:12:20 +0000 (16:12 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 16 Jan 2017 23:45:45 +0000 (17:45 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-docker-prs/build/teardown

index cb0d68b24414cc60d064764f28c0ee1647d5ff0b..5790664af45ac7df20337be27b611f143e45a609 100644 (file)
@@ -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)