]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
chdir to ceph when fetching from upstream
authorAlfredo Deza <adeza@redhat.com>
Wed, 28 Oct 2015 12:18:50 +0000 (08:18 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 28 Oct 2015 12:18:50 +0000 (08:18 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/roles/ceph-release/tasks/main.yml

index 69ea77bf69793f77be4a738b1fe62f2d79ccfa20..a8aebaf9bb0022243e6f3711e82475f9dcb6a5a4 100644 (file)
@@ -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