]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove -e flag because that 'execs' an ssh command and there is none here 130/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 22 Sep 2015 12:31:31 +0000 (08:31 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 22 Sep 2015 12:31:31 +0000 (08:31 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
teuthology-docs/build/build

index 1ca8dbe218110a46d7bf12a1a916d2994a56278c..2cb7369b9f39ed5b39134e9aa72375d582bb8f07 100644 (file)
@@ -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/