File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 2
2
<servers >
3
3
<server >
4
4
<id >ossrh</id >
5
- <username >${env.OSSRH_USERNMAE }</username >
6
- <password >${env.OSSRH_PASSWORD }</password >
5
+ <username >${env.OSSH_USERNAME }</username >
6
+ <password >${env.OSSH_PASSWORD }</password >
7
7
</server >
8
8
<server >
9
9
<id >gpg.passphrase</id >
Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
40
40
keys :
41
41
- spark-redis-{{ checksum "pom.xml" }}
42
42
43
- - run : mvn dependency:go-offline
43
+ - run : mvn dependency:go-offline
44
44
45
45
- save_cache :
46
46
paths :
47
47
- ~/.m2
48
48
key : spark-redis-{{ checksum "pom.xml" }}
49
49
50
- - run :
50
+ - run :
51
51
name : install Redis
52
52
command : |
53
53
sudo apt-get -y update
@@ -62,30 +62,31 @@ jobs:
62
62
command : |
63
63
export PATH=$PWD/redis-6.0.10/src:$PATH
64
64
make test
65
-
65
+
66
66
- run :
67
- name : switch scala to 2.12
67
+ name : switch scala to 2.12
68
68
command : |
69
69
sleep 5s # let redis exit gracefully (we use kill, not kill -9 in makefile)
70
70
ps aux | grep redis
71
71
./dev/change-scala-version.sh 2.12 # switch to scala 2.12
72
-
73
- - run :
74
- name : Run Test with scala 2.12
72
+
73
+ - run :
74
+ name : Run Test with scala 2.12
75
75
command : |
76
76
export PATH=$PWD/redis-6.0.10/src:$PATH
77
77
make test
78
-
78
+
79
79
- early_return_for_forked_pull_requests
80
80
81
- - run : bash <(curl -s https://codecov.io/ bash) -t ${CODECOV_TOKEN}
82
-
81
+ - run : bash <(curl -s https://raw.githubusercontent.com/codecov/codecov- bash/master/codecov ) -t ${CODECOV_TOKEN}
82
+
83
83
- run : mvn -s .circleci.settings.xml -DskipTests deploy
84
84
85
85
workflows :
86
86
all-jdks :
87
87
jobs :
88
88
- build :
89
+ context : common
89
90
matrix :
90
91
parameters :
91
92
os : [linux-8-jdk]
You can’t perform that action at this time.
0 commit comments