Commit 482a579f by Douglas Hall Committed by GitHub

Merge pull request #4164 from edx/douglashall/git_clean_after_clone

Run git clean after cloning repositories.
parents 3acedec9 907723d5
......@@ -96,3 +96,11 @@
tags:
- install
- install:code
- name: Run git clean after checking out code
shell: cd {{ item.DESTINATION }} && git clean -xdf
become_user: "{{ repo_owner }}"
with_items: "{{ GIT_REPOS }}"
tags:
- install
- install:code
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