We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 471cdde + 3aecb86 commit bc434edCopy full SHA for bc434ed
1 file changed
jenkins/test.sh
@@ -23,15 +23,9 @@ 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
+pip install -q -r pre-requirements.txt --exists-action w
+pip install -q -r requirements.txt --exists-action w
35
36
rake clobber
37
rake pep8 || echo "pep8 failed, continuing"
0 commit comments