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

joezou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git

commit 49db86432ab13373c473c0c8b92b86358b2aa9d8
Author: Joe Zou <yixian....@gmail.com>
AuthorDate: Thu Oct 22 11:35:09 2020 +0800

    fix bug
---
 direct/dubbo/.travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/direct/dubbo/.travis.yml b/direct/dubbo/.travis.yml
index e6e311d..b1d86d7 100644
--- a/direct/dubbo/.travis.yml
+++ b/direct/dubbo/.travis.yml
@@ -6,7 +6,7 @@ jobs:
       script:
         - PROJECT_HOME=$(pwd)
         - CASE_HOME=/direct/dubbo
-        - GO_SERVER=%GO_SERVER%
+        - GO_SERVER=/go-server
         - GO_CLIENT=/go-client
         - docker run -d --network host zookeeper
         - echo "zookeeper listen in [:]2181"

Reply via email to