Fix error in mirror-workspace-git-repos
Change-Id: I24d8fd400362ea6a20bc068617e863f98c3e3170
This commit is contained in:
@@ -27,9 +27,9 @@
|
|||||||
# Undo the config setting we did above
|
# Undo the config setting we did above
|
||||||
git config --local --unset receive.denyCurrentBranch
|
git config --local --unset receive.denyCurrentBranch
|
||||||
# checkout the branch matching the branch set up by the executor
|
# checkout the branch matching the branch set up by the executor
|
||||||
git checkout {{ item.1 }}
|
git checkout {{ item.1.stdout }}
|
||||||
args:
|
args:
|
||||||
chdir: "{{ ansible_user_dir }}/{{ item.0.src_dir }}"
|
chdir: "{{ ansible_user_dir }}/{{ item.0.src_dir }}"
|
||||||
with_together:
|
with_together:
|
||||||
- "{{ zuul.projects }}"
|
- "{{ zuul.projects }}"
|
||||||
- "{{ statuses }}"
|
- "{{ statuses.results }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user