Skip to content

Commit f4f0ad4

Browse files
committed
Fix release pipeline.
1 parent aaaa4f9 commit f4f0ad4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88

9-
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
10-
119
strategy:
1210
matrix:
1311
java: [ 8, 11 ]

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ task build {
7171
}
7272

7373
release {
74-
preCommitText = '[skip ci]'
7574
git {
7675
requireBranch = '2.x'
7776
}

0 commit comments

Comments
 (0)