Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ed52729
)
Source is a bash built in
91/29491/1
author
Aric Gardner
<agardner@linuxfoundation.org>
Tue, 28 Feb 2017 15:58:06 +0000
(10:58 -0500)
committer
Aric Gardner
<agardner@linuxfoundation.org>
Tue, 28 Feb 2017 15:58:06 +0000
(10:58 -0500)
whatever jjb shell we are calling doesnt
have it
change to . is more posix
Change-Id: Ic4c89cb39d118bae8502f0f94da620436da11fe9
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jjb/opnfvdocs/docs-rtd.yaml
patch
|
blob
|
history
diff --git
a/jjb/opnfvdocs/docs-rtd.yaml
b/jjb/opnfvdocs/docs-rtd.yaml
index
01b2820
..
2d5ec4f
100644
(file)
--- a/
jjb/opnfvdocs/docs-rtd.yaml
+++ b/
jjb/opnfvdocs/docs-rtd.yaml
@@
-78,7
+78,7
@@
- shell: |
sudo pip install virtualenv
virtualenv $WORKSPACE/venv
-
source
$WORKSPACE/venv/bin/activate
+
.
$WORKSPACE/venv/bin/activate
pip install --upgrade pip
pip freeze
pip install tox