You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by he...@apache.org on 2020/05/08 20:43:19 UTC

[dubbo-samples] branch revert_5710 updated: revert_5710

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

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


The following commit(s) were added to refs/heads/revert_5710 by this push:
     new 755d65c  revert_5710
755d65c is described below

commit 755d65c798195a942bf5db30cb88cc9061d3a2c5
Author: hengyunabc <he...@gmail.com>
AuthorDate: Sat May 9 04:42:58 2020 +0800

    revert_5710
---
 .travis.yml                 | 3 +++
 .travis/prepare-artifact.sh | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 96bcaf3..e150bc8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,9 @@ language: java
 
 sudo: false
 
+env:
+  - RELEASE_BRANCH=revert_5710
+
 matrix:
   include:
     - jdk: openjdk11
diff --git a/.travis/prepare-artifact.sh b/.travis/prepare-artifact.sh
index 5b5147a..2223647 100644
--- a/.travis/prepare-artifact.sh
+++ b/.travis/prepare-artifact.sh
@@ -2,7 +2,7 @@
 env
 
 if [[ -z "${RELEASE_BRANCH}" ]]; then
-  export INTERGARTION_TEST_VERSION=revert_5710
+  export INTERGARTION_TEST_VERSION=2.7.7-SNAPSHOT
 else
   git clone https://github.com/apache/dubbo.git
   cd dubbo


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org