Merge pull request #281 from edx/cale/use-separate-venv-for-parallel-builds
Use separate venv for parallel builds
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user