You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by se...@apache.org on 2018/01/15 09:43:47 UTC

[incubator-servicecomb-saga] branch master updated: SCB-233 update to deploy only with non PR building

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

seanyinx 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 d6e9c48  SCB-233 update to deploy only with non PR building
d6e9c48 is described below

commit d6e9c48703b55ee8c1294cd0c2cbca005a09d88e
Author: Zheng Feng <zh...@gmail.com>
AuthorDate: Mon Jan 15 00:32:28 2018 +0800

    SCB-233 update to deploy only with non PR building
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2efd762..deecf73 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ script:
 - mvn clean install -Pjacoco -Pdocker coveralls:report
 - mvn clean verify -f saga-demo -Pdemo -Pdocker -Ddocker.useColor=false -Ddocker.showLogs
 after_success:
-- mvn deploy -DskipTests --settings .travis.settings.xml
+- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn deploy -DskipTests --settings .travis.settings.xml; fi
 env:
   global:
   - secure: ATr3sieeGmvFw1CMvNio1WnPlXIxHF86pl4k/YiP0hVAUArd13d4fTM5bnYHl470hv7HzmKNUUHGDvQKQggM0V3tTb3Dox8U4vE/GXHIE59AxLlaurzT1N/7BLM8uOJYE8vyg0g7qL5BOKr562JSeZSk0po5Zbi0pcRQ1ZifFE/PXHYpBeU7vHOh9eKtS/I0y+5VDYeJnZO/QuUNj/crn7SsZIRClhbOVh85b5ZJmlqvvwjcllv9Bc3oBm+4irCKCk2FvOZ6T6GoO5gZuCrBkC5U9fTWdBjvUON5oEJM+IHFzYaDuJkrRncu496v4RB69/25k5Q4a3MKYJhyFPcLJaHUzO4ZmdTIp3QDwueJGbBdzsf9NZPT5QHviftKgEKEMzLuaztA4zgM3vvFWq+aMwChKC1wFwOBPu5zrAFzm2hVXItb66OD0Zhv7bmsDLILVz0ShZEn/TxYCQVfPdO99xrg2VBdfAlA [...]

-- 
To stop receiving notification emails like this one, please contact
['"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>'].