Commit d1fee427 by Will Daly

Updated Jenkins script to reflect new requirements installation process

parent 1e1e6450
...@@ -19,13 +19,7 @@ fi ...@@ -19,13 +19,7 @@ fi
export PIP_DOWNLOAD_CACHE=/mnt/pip-cache export PIP_DOWNLOAD_CACHE=/mnt/pip-cache
source /mnt/virtualenvs/"$JOB_NAME"/bin/activate source /mnt/virtualenvs/"$JOB_NAME"/bin/activate
pip install -q -r pre-requirements.txt rake install_prereqs
yes w | pip install -q -r requirements.txt
bundle install
npm install
rake clobber rake clobber
TESTS_FAILED=0 TESTS_FAILED=0
......
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