Fix checkout in mirror-workspace-git-repos

This task happens on the remote node.

Change-Id: I68ac25fb69a0f7468f73ae856ace2545154eacae
This commit is contained in:
James E. Blair 2017-08-30 16:00:31 -07:00
parent e8b82ac4de
commit 1451be950a

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 }}"