Commit 582ac66c by David Baumgold

Merge pull request #1803 from edx/db/dont-skip-git-prune

Correct when statement for git prune
parents f253d48d 2e462e9c
......@@ -46,7 +46,7 @@
notify:
- "restart edxapp"
- "restart edxapp_workers"
when: git_dir.stat.exists and (git_dir.isdir is defined) and git_dir.stat.isdir
when: git_dir.stat.exists and git_dir.stat.isdir
# 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