Skip to content
Snippets Groups Projects
Commit 03dd7b37 authored by Victor Shnayder's avatar Victor Shnayder
Browse files

get rid of submodule init--not needed post-askbot

parent 3a44f043
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,6 @@ default_options = {
task :predjango do
sh("find . -type f -name *.pyc -delete")
sh('pip install -q --upgrade -r local-requirements.txt')
sh('git submodule update --init')
end
task :clean_test_files do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment