We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471cdde commit ed9bf38Copy full SHA for ed9bf38
1 file changed
jenkins/test.sh
@@ -23,12 +23,6 @@ github_status state:pending "is running"
23
# Set the IO encoding to UTF-8 so that askbot will start
24
export PYTHONIOENCODING=UTF-8
25
26
-GIT_BRANCH=${GIT_BRANCH/HEAD/master}
27
-if [ ! -d /mnt/virtualenvs/"$JOB_NAME" ]; then
28
- mkdir -p /mnt/virtualenvs/"$JOB_NAME"
29
- virtualenv /mnt/virtualenvs/"$JOB_NAME"
30
-fi
31
-
32
source /mnt/virtualenvs/"$JOB_NAME"/bin/activate
33
pip install -q -r pre-requirements.txt
34
pip install -q -r requirements.txt
0 commit comments