Commit 60801cd7 by Douglas Hall Committed by GitHub

Merge pull request #4166 from edx/douglashall/git_clean_followup

Use escalated privileges when git cleaning after git clone.
parents 482a579f f26e96a5
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
- name: Run git clean after checking out code - name: Run git clean after checking out code
shell: cd {{ item.DESTINATION }} && git clean -xdf shell: cd {{ item.DESTINATION }} && git clean -xdf
become_user: "{{ repo_owner }}" become: true
with_items: "{{ GIT_REPOS }}" with_items: "{{ GIT_REPOS }}"
tags: tags:
- install - install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment