Skip to content

Commit 1f19098

Browse files
committed
[ci] Skip GPG signing in CI
1 parent 03c674b commit 1f19098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- steps:
1919
- run:
2020
name: "Maven - Build Package"
21-
command: mvn -V -DskipTests=true install
21+
command: mvn -V -DskipTests=true -Dgpg.skip=true install
2222
- run:
2323
name: "Maven - Test Package"
24-
command: mvn verify
24+
command: mvn -Dgpg.skip=true verify
2525

2626

2727
workflows:

0 commit comments

Comments
 (0)