Commit 158bb699 by Bridger Maxwell

Merge branch 'release/1.0' of github.com:MITx/mitx into release/1.0

parents 7d148d35 5ffafbe1
......@@ -171,7 +171,6 @@ task :package do
set -e
set -x
chown -R makeitso:makeitso #{INSTALL_DIR_PATH}
service gunicorn stop || echo "Unable to stop gunicorn. Continuing"
rm -f #{LINK_PATH}
......@@ -184,6 +183,7 @@ task :package do
pip install -r #{PIP_REPO_REQUIREMENTS}
fi
chown -R makeitso:makeitso #{INSTALL_DIR_PATH}
# Delete mako temp files
rm -rf /tmp/tmp*mako
......
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