]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
cd to ~/ceph-ansible
authorWarren Usui <wusui@redhat.com>
Thu, 30 Nov 2017 01:30:57 +0000 (01:30 +0000)
committerWarren Usui <wusui@redhat.com>
Thu, 30 Nov 2017 01:30:57 +0000 (01:30 +0000)
teuthology/task/ceph_ansible.py

index d2f975195900392cab1ada7a32edf6390d500125..f3156960f11d4c5ee0e92d41591a17b4a1698472 100644 (file)
@@ -416,6 +416,9 @@ class CephAnsible(Task):
             'mkdir',
             run.Raw('~/ceph-ansible'),
             run.Raw(';'),
+            'cd',
+            run.Raw('~/ceph-ansible'),
+            run.Raw(';'),
             'git',
             'clone',
             run.Raw('-b %s' % branch),