Source is a bash built in 91/29491/1
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 28 Feb 2017 15:58:06 +0000 (10:58 -0500)
committerAric 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

index 01b2820..2d5ec4f 100644 (file)
@@ -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