Commit 9db01dc4 by Max Rothman

Port git-prune fix into edxapp

parent 6da201a5
......@@ -34,12 +34,9 @@
force=yes owner={{ edxapp_user }} mode=0600
when: EDXAPP_USE_GIT_IDENTITY
- name: git prune before checking out
shell: cd {{ edxapp_code_dir }} && git remote prune origin
- name: set git fetch.prune to ignore deleted remote refs
shell: git config --global fetch.prune true
sudo_user: "{{ edxapp_user }}"
notify:
- "restart edxapp"
- "restart edxapp_workers"
# Do A Checkout
- name: checkout edx-platform repo into {{ edxapp_code_dir }}
......
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