Unverified Commit ac416efa by Kevin Falcone Committed by GitHub

Merge pull request #4554 from edx/jibsheet/dont-log-git-clean

This will dump all contents of GIT_REPOS
parents a595d7dc 0653bf0a
......@@ -101,6 +101,7 @@
shell: cd {{ item.DESTINATION }} && git clean -xdf
become: true
with_items: "{{ GIT_REPOS }}"
no_log: "{{ GIT_CLONE_NO_LOGGING }}"
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