Skip to content

Commit 6752532

Browse files
authored
Merge pull request #20 from marhali/next
fix(ci): try gpg plugin without config
2 parents af951cb + c4c4b75 commit 6752532

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,6 @@
134134
<goals>
135135
<goal>sign</goal>
136136
</goals>
137-
<configuration>
138-
<!-- Prevent gpg from using pin entry programs.
139-
Fixes: gpg: signing failed: Inappropriate ioctl for device -->
140-
<gpgArguments>
141-
<arg>--pinentry-mode</arg>
142-
<arg>loopback</arg>
143-
</gpgArguments>
144-
</configuration>
145137
</execution>
146138
</executions>
147139
</plugin>

0 commit comments

Comments
 (0)