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-saga.git


The following commit(s) were added to refs/heads/master by this push:
     new 01ed1b5  Only deploy the spring-boot-1 version artifacts
01ed1b5 is described below

commit 01ed1b564f4b18fa4fb2b1db7a15ac08f4b6a5f3
Author: Willem Jiang <[email protected]>
AuthorDate: Wed Sep 5 14:33:57 2018 +0800

    Only deploy the spring-boot-1 version artifacts
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2348fd6..9d86375 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ jdk:
 env:
   # dummy profile
   - SPRING_BOOT_PROFILE=spring-boot-1
-  # use spring-boot-2 profile 
+  # use spring-boot-2 profile
   - SPRING_BOOT_PROFILE=spring-boot-2
 script:
 - set -e
@@ -36,4 +36,4 @@ script:
 - mvn clean verify -f saga-demo -Pdemo -Pdocker -P${SPRING_BOOT_PROFILE} 
-Ddocker.useColor=false -Ddocker.showLogs
 - mvn clean verify -f acceptance-tests -Pdemo -Pdocker 
-P${SPRING_BOOT_PROFILE} -Ddocker.useColor=false -Ddocker.showLogs
 after_success:
-- if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then bash -x scripts/deploy.sh ; fi
+- if [ "$TRAVIS_EVENT_TYPE" == "cron" ] && [ "$SPRING_BOOT_PROFILE" == 
"spring-boot-1" ]; then bash -x scripts/deploy.sh ; fi

Reply via email to