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/12/05 12:27:59 UTC

[servicecomb-toolkit] 02/02: [SCB-1639] remove unused configuration

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

commit 1491f544c6b3c5720b6be1e8cbce322208d18979
Author: MabinGo <bi...@huawei.com>
AuthorDate: Wed Dec 4 22:55:02 2019 +0800

    [SCB-1639] remove unused configuration
    
    Signed-off-by: MabinGo <bi...@huawei.com>
---
 .travis.settings.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.travis.settings.xml b/.travis.settings.xml
index 6c2fd59..f59a518 100644
--- a/.travis.settings.xml
+++ b/.travis.settings.xml
@@ -23,10 +23,5 @@
       <username>${env.SONATYPE_USERNAME}</username>
       <password>${env.SONATYPE_PASSWORD}</password>
     </server>
-    <server>
-      <id>apache.releases.https</id>
-      <username>${env.SONATYPE_USERNAME}</username>
-      <password>${env.SONATYPE_PASSWORD}</password>
-    </server>
   </servers>
 </settings>