Fix error in test-mirror-workspace-git-repos

Change-Id: I32fe15c1e62a9e4800457af80e25758afa988803
This commit is contained in:
James E. Blair 2018-02-05 11:16:45 -08:00
parent c185af7449
commit 64048189a4

View File

@ -25,7 +25,7 @@
# 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.checkout }} git checkout {{ item.value.checkout }}
args: args:
chdir: "{{ ansible_user_dir }}/{{ item.value.src_dir }}" chdir: "{{ ansible_user_dir }}/{{ item.value.src_dir }}"
with_dict: "{{ zuul.projects }}" with_dict: "{{ zuul.projects }}"