diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2017-02-28 10:58:06 -0500 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2017-02-28 10:58:06 -0500 |
commit | caaf8df0f2a40ea38477ab06f0c39f0b0a9530f4 (patch) | |
tree | 4064bca24f642bb7c31914a258d2ca6db34b2545 /jjb/opnfvdocs/docs-rtd.yaml | |
parent | ed52729bcb523647531dd1793e8ac2a49f47af7e (diff) |
Source is a bash built in
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>
Diffstat (limited to 'jjb/opnfvdocs/docs-rtd.yaml')
-rw-r--r-- | jjb/opnfvdocs/docs-rtd.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/opnfvdocs/docs-rtd.yaml b/jjb/opnfvdocs/docs-rtd.yaml index 01b28204e..2d5ec4fa4 100644 --- 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 |