You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/06/03 02:36:37 UTC

[servicecomb-pack] branch master updated: SCB-1309 Publish the snapshot with spring-boot-2 profile

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/servicecomb-pack.git


The following commit(s) were added to refs/heads/master by this push:
     new 2260e8f  SCB-1309 Publish the snapshot with spring-boot-2 profile
2260e8f is described below

commit 2260e8f21277213980fe9062348cb7f1dbd83714
Author: Willem Jiang <wi...@gmail.com>
AuthorDate: Mon Jun 3 10:36:06 2019 +0800

    SCB-1309 Publish the snapshot with spring-boot-2 profile
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 813141d..8b697ad 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,4 +32,4 @@ env:
   - SPRING_BOOT_PROFILE=spring-boot-2
 script: ./scripts/test.sh
 after_success:
-- if [ "$TRAVIS_EVENT_TYPE" == "cron" ] && [ "$SPRING_BOOT_PROFILE" == "spring-boot-1" ]; then bash -x scripts/deploy.sh ; fi
+- if [ "$TRAVIS_EVENT_TYPE" == "cron" ] && [ "$SPRING_BOOT_PROFILE" == "spring-boot-2" ]; then bash -x scripts/deploy.sh ; fi