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
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
# Undo the config setting we did above
git config --local --unset receive.denyCurrentBranch
# checkout the branch matching the branch set up by the executor
git checkout {{ item.checkout }}
git checkout {{ item.value.checkout }}
args:
chdir: "{{ ansible_user_dir }}/{{ item.value.src_dir }}"
with_dict: "{{ zuul.projects }}"