Fix checkout in mirror-workspace-git-repos
This task happens on the remote node. Change-Id: I68ac25fb69a0f7468f73ae856ace2545154eacae
This commit is contained in:
parent
e8b82ac4de
commit
1451be950a
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user