Fix error in test-mirror-workspace-git-repos
Change-Id: I32fe15c1e62a9e4800457af80e25758afa988803
This commit is contained in:
parent
c185af7449
commit
64048189a4
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user