Merge "Fix checkout in mirror-workspace-git-repos"
This commit is contained in:
commit
113c14aad5
@ -16,7 +16,7 @@
|
|||||||
- name: Checkout local HEAD on remote
|
- name: Checkout local HEAD on remote
|
||||||
command: "git checkout {{ item.1 }}"
|
command: "git checkout {{ item.1 }}"
|
||||||
args:
|
args:
|
||||||
chdir: "{{ zuul.executor.work_root }}/{{ item.0.src_dir }}"
|
chdir: "{{ ansible_user_dir }}/{{ item.0.src_dir }}"
|
||||||
with_together:
|
with_together:
|
||||||
- "{{ zuul.projects }}"
|
- "{{ zuul.projects }}"
|
||||||
- "{{ statuses }}"
|
- "{{ statuses }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user