From 0eff10cb734a3dc4d3a5ebadb17b55b5e4eb808d Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Thu, 30 Nov 2017 01:30:57 +0000 Subject: [PATCH] cd to ~/ceph-ansible --- teuthology/task/ceph_ansible.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index d2f9751959..f3156960f1 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -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), -- 2.39.5