summaryrefslogtreecommitdiffstats
path: root/jjb/sfc/sfc-project-jobs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/sfc/sfc-project-jobs.yaml')
-rw-r--r--jjb/sfc/sfc-project-jobs.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/jjb/sfc/sfc-project-jobs.yaml b/jjb/sfc/sfc-project-jobs.yaml
index 9ca0b92ef..31f7aa6f5 100644
--- a/jjb/sfc/sfc-project-jobs.yaml
+++ b/jjb/sfc/sfc-project-jobs.yaml
@@ -77,8 +77,9 @@
name: sfc-unit-tests-and-docs
builders:
- shell: |
- virtualenv /var/cache/sfc
- source /var/cache/sfc
+ #!/bin/bash
+ virtualenv /var/tmp/sfc
+ source /var/tmp/sfc/bin/activate
pip install tox
cd $WORKSPACE && tox