From caaf8df0f2a40ea38477ab06f0c39f0b0a9530f4 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 28 Feb 2017 10:58:06 -0500 Subject: 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 --- jjb/opnfvdocs/docs-rtd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb') 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 -- cgit 1.2.3-korg