Merge "Fix checkout in mirror-workspace-git-repos"

This commit is contained in:
Zuul 2017-08-30 23:20:12 +00:00 committed by Gerrit Code Review
commit 113c14aad5

View File

@ -16,7 +16,7 @@
- name: Checkout local HEAD on remote
command: "git checkout {{ item.1 }}"
args:
chdir: "{{ zuul.executor.work_root }}/{{ item.0.src_dir }}"
chdir: "{{ ansible_user_dir }}/{{ item.0.src_dir }}"
with_together:
- "{{ zuul.projects }}"
- "{{ statuses }}"