Commit 56606ae7 by Robert Raposa

Use safer clean that protects private files.

parent 4987d1cd
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
- install:code - install:code
- name: git clean after checking out edx-platform - name: git clean after checking out edx-platform
shell: cd {{ edxapp_code_dir }} && git clean -xdf shell: cd {{ edxapp_code_dir }} && make clean
become_user: "{{ edxapp_user }}" become_user: "{{ edxapp_user }}"
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