Commit 1cbfcc4b by Carson Gee

Merge pull request #890 from edx/cg/compile_exclude

If you have a branch name with .py in it, compileall will fail with bad syntax
parents a137e9ce 6a127f6f
......@@ -253,7 +253,7 @@
- edxapp-sandbox
- name: compiling all py files in the edx-platform repo
shell: "{{ edxapp_venv_bin }}/python -m compileall {{ edxapp_code_dir }}"
shell: "{{ edxapp_venv_bin }}/python -m compileall -x .git/.* {{ edxapp_code_dir }}"
sudo_user: "{{ edxapp_user }}"
notify:
- "restart edxapp"
......
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