Unverified Commit fa69bc72 authored by Kent Yao's avatar Kent Yao Committed by GitHub
Browse files

Merge pull request #85 from yaooqinn/i84

fix #84 releasing 0.2.0
Showing with 19 additions and 10 deletions
+19 -10
......@@ -6,14 +6,24 @@ cache:
directories:
- $HOME/.m2
before_deploy:
- ./build/dist --tgz
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
email: yaooqinn@hotmail.com
name: Kent Yao
on:
branch: master
- provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
email: yaooqinn@hotmail.com
name: Kent Yao
on:
branch: master
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: kyuubi-*.tar.gz
skip_cleanup: true
on:
tags: true
install:
- ./build/mvn install -q -DskipTests=true -Dmaven.javadoc.skip=true -B -V
......@@ -23,7 +33,6 @@ script:
- ./build/mvn package -Pspark-2.2 -q -Dmaven.javadoc.skip=true -B -V
- ./build/mvn package -Pspark-2.3 -q -Dmaven.javadoc.skip=true -B -V
language: java
after_success:
- bash <(curl -s https://codecov.io/bash)
......@@ -23,7 +23,7 @@
<groupId>yaooqinn</groupId>
<artifactId>kyuubi</artifactId>
<name>Kyuubi Thrift Server</name>
<version>0.1.0</version>
<version>0.2.0</version>
<packaging>jar</packaging>
<licenses>
......@@ -40,7 +40,7 @@
<name>Kent Yao</name>
<email>hzyaoqin@corp.netease.com</email>
<organization>yaooqinn</organization>
<url>http://www.jianshu.com/u/14effefbbf32</url>
<url>https://github.com/yaooqinn</url>
</developer>
</developers>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment