From: Alfredo Deza Date: Tue, 22 Sep 2015 12:31:31 +0000 (-0400) Subject: remove -e flag because that 'execs' an ssh command and there is none here X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F130%2Fhead;p=ceph-build.git remove -e flag because that 'execs' an ssh command and there is none here Signed-off-by: Alfredo Deza --- diff --git a/teuthology-docs/build/build b/teuthology-docs/build/build index 1ca8dbe2..2cb7369b 100644 --- a/teuthology-docs/build/build +++ b/teuthology-docs/build/build @@ -21,4 +21,4 @@ fi # create the docs build with tox tox -rv -e docs # publish docs to docs.ceph.com/docs/teuthology -rsync -auv --delete -e .tox/docs/tmp/html/* ubuntu@docs.front.sepia.ceph.com:/var/teuthology/docs/ +rsync -auv --delete .tox/docs/tmp/html/* ubuntu@docs.front.sepia.ceph.com:/var/teuthology/docs/