File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 6
6
directories :
7
7
- $HOME/.m2
8
8
9
+ before_deploy :
10
+ - ./build/dist --tgz
11
+
9
12
deploy :
10
- provider : pages
11
- skip_cleanup : true
12
- github_token : $GITHUB_TOKEN
13
-
14
- name : Kent Yao
15
- on :
16
- branch : master
13
+ - provider : pages
14
+ skip_cleanup : true
15
+ github_token : $GITHUB_TOKEN
16
+
17
+ name : Kent Yao
18
+ on :
19
+ branch : master
20
+ - provider : releases
21
+ api_key : $GITHUB_TOKEN
22
+ file_glob : true
23
+ file : kyuubi-*.tar.gz
24
+ skip_cleanup : true
25
+ on :
26
+ tags : true
17
27
18
28
install :
19
29
- ./build/mvn install -q -DskipTests=true -Dmaven.javadoc.skip=true -B -V
@@ -23,7 +33,6 @@ script:
23
33
- ./build/mvn package -Pspark-2.2 -q -Dmaven.javadoc.skip=true -B -V
24
34
- ./build/mvn package -Pspark-2.3 -q -Dmaven.javadoc.skip=true -B -V
25
35
26
-
27
36
language : java
28
37
after_success :
29
38
- bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 23
23
<groupId >yaooqinn</groupId >
24
24
<artifactId >kyuubi</artifactId >
25
25
<name >Kyuubi Thrift Server</name >
26
- <version >0.1 .0</version >
26
+ <version >0.2 .0</version >
27
27
<packaging >jar</packaging >
28
28
29
29
<licenses >
40
40
<name >Kent Yao</name >
41
41
42
42
<organization >yaooqinn</organization >
43
- <url >http ://www.jianshu. com/u/14effefbbf32 </url >
43
+ <url >https ://github. com/yaooqinn </url >
44
44
</developer >
45
45
</developers >
46
46
You can’t perform that action at this time.
0 commit comments