[ 
https://issues.apache.org/jira/browse/SCB-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326043#comment-16326043
 ] 

ASF GitHub Bot commented on SCB-233:
------------------------------------

seanyinx closed pull request #119: SCB-233 update to deploy only with non PR 
building
URL: https://github.com/apache/incubator-servicecomb-saga/pull/119
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index 2efd7626..deecf73c 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/TxYCQVfPdO99xrg2VBdfAlA8dDeyyraUhG1iBOvZumy6U9/pIRVGfRgh5ZLMYwzmUXzgEqr+i0CH4FM/teuL0ToOGCM2StYxXOvCSnXzQLF8MM0Cmri6glmQgGgolCO40DX0WLYNFFdYnuZyUlWnA6IOI17E/8d66UiGBZmNzEG2yqjj6fDeWQ01pLcg4RbxFNMN7LxLEOcdrfAHMJk33xWiszMooXsvSc=


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Don't deploy if building with the PR
> ------------------------------------
>
>                 Key: SCB-233
>                 URL: https://issues.apache.org/jira/browse/SCB-233
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Saga
>            Reporter: Zheng Feng
>            Assignee: Zheng Feng
>            Priority: Major
>             Fix For: saga-0.3.0
>
>
> currently the travis CI runs the deploy command when building with the PR. we 
> should improve this step.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to