This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 7dd84d2  Fix the travis script build issue
7dd84d2 is described below

commit 7dd84d24bbe2d4d92035bb1287b218d7dd89026e
Author: Willem Jiang <jiangni...@huawei.com>
AuthorDate: Sat Aug 11 22:10:09 2018 +0800

    Fix the travis script build issue
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1691fdd..4513c9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,11 +3,11 @@ script:
   - gitbook build java-chassis-reference docs
   - git clone --depth=10 --branch=master https://$PUSH_TARGET_URL 
servicecomb-java-chassis-doc
 after_success:
-  - cp -r docs/ servicecomb-java-chassis-doc/docs/
+  - cp -r docs/ servicecomb-java-chassis-doc/
   - cd servicecomb-java-chassis-doc
   - git checkout -b master
   - git add docs
-  - git commit -m "update the website docs source"
+  - git commit -m "Publish gitbook docs"
   - git push https://$DEPLOY_TOKEN@$PUSH_TARGET_URL master
 branches:
  only:

Reply via email to