Commit 984fd2bc by Calen Pennington

Merge pull request #281 from edx/cale/use-separate-venv-for-parallel-builds

Use separate venv for parallel builds
parents 6e357db2 dec20d76
...@@ -60,7 +60,7 @@ fi ...@@ -60,7 +60,7 @@ fi
export PIP_DOWNLOAD_CACHE=/mnt/pip-cache export PIP_DOWNLOAD_CACHE=/mnt/pip-cache
source /mnt/virtualenvs/"$JOB_NAME"/bin/activate source $VIRTUALENV_DIR/bin/activate
bundle install bundle install
......
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