From: Alfredo Deza Date: Wed, 28 Oct 2015 12:18:50 +0000 (-0400) Subject: chdir to ceph when fetching from upstream X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5c9e60c1bb4cd558621c1519c882768af3c1a350;p=ceph-build.git chdir to ceph when fetching from upstream Signed-off-by: Alfredo Deza --- diff --git a/ansible/roles/ceph-release/tasks/main.yml b/ansible/roles/ceph-release/tasks/main.yml index 69ea77bf6..a8aebaf9b 100644 --- a/ansible/roles/ceph-release/tasks/main.yml +++ b/ansible/roles/ceph-release/tasks/main.yml @@ -35,7 +35,7 @@ command: git checkout -f {{ branch }} chdir=ceph - name: fetch upstream - command: git fetch upstream -v + command: git fetch upstream -v chdir=ceph - name: git submodule update command: git submodule update --init chdir=ceph