Merge "mirror-workspace-git-repos: Explicitly show HEAD of checked out branches"

This commit is contained in:
Zuul 2018-12-20 16:21:43 +00:00 committed by Gerrit Code Review
commit 35d10a9fdc
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@
git config --local --unset receive.denyCurrentBranch
# checkout the branch matching the branch set up by the executor
git checkout {{ item.value.checkout }}
# put out a status line with the current HEAD
echo "{{ item.value.canonical_name }} checked out to:"
git log --pretty=oneline -1
args:
chdir: "{{ ansible_user_dir }}/{{ item.value.src_dir }}"
with_dict: "{{ zuul.projects }}"