]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use VENV to reference installed utils 328/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 24 Feb 2016 12:21:27 +0000 (07:21 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 24 Feb 2016 12:21:27 +0000 (07:21 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-installer-docs-pull-requests/build/build
ceph-installer-docs/build/build

index 8ac1799c7c219ff63fa43ad34979eafb5a221117..818e14a9d5c508b1d8e8c896f39a36253cecd978 100644 (file)
@@ -5,4 +5,4 @@ pkgs=( "tox" )
 install_python_packages "pkgs[@]"
 
 # create the docs build with tox
-tox -rv -e docs
+$VENV/tox -rv -e docs
index 55e3d7fb703269782e48f53ff65533752fbaa068..7d60b07c77fecd706f675d85d7b8c0ba47f98222 100644 (file)
@@ -6,7 +6,7 @@ install_python_packages "pkgs[@]"
 
 
 # create the docs build with tox
-tox -rv -e docs
+$VENV/tox -rv -e docs
 
 # publish docs to http://docs.ceph.com/docs/ceph-installer
 rsync -auv --delete .tox/docs/tmp/html/* /var/ceph-installer/docs/