Fix the branch update

Signed-off-by: leseb <seb@redhat.com>
pull/339/head
leseb 2015-07-24 19:13:14 +02:00
parent e8559bf052
commit 1f5cf4f8f3
1 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@
- ceph-osd - ceph-osd
- ceph-mds - ceph-mds
- ceph-rgw - ceph-rgw
- ceph-restapi
tasks: tasks:
@ -58,7 +59,7 @@
- name: update the split repos from master - name: update the split repos from master
tags: update tags: update
command: > shell: >
git subtree push --prefix=roles/{{ item }} {{ item }} master git push {{ item }} $(git subtree split --prefix roles/{{ item }} master):master --force
chdir=../ chdir=../
with_items: roles with_items: roles