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-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new b0f8224 Only deploy the snapshot for push request
b0f8224 is described below
commit b0f8224f78d3071fceb2d6df3eb8cd98df86a238
Author: Willem Jiang <[email protected]>
AuthorDate: Fri Feb 23 20:45:32 2018 +0800
Only deploy the snapshot for push request
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index edff473..0130500 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ jobs:
- stage: Compilation and Installation
script: scripts/travis.sh install
- stage: Deploy on
- script: if [ "$TRAVIS_PULL_REQUEST" != "true" ]; then bash
scripts/travis.sh deploy;
+ script: if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then bash
scripts/travis.sh deploy;
fi
env:
global:
--
To stop receiving notification emails like this one, please contact
[email protected].