Skip to content

Commit

Permalink
Merge pull request #509 from Emily-Jiang/release-prep
Browse files Browse the repository at this point in the history
#507 fix Jenkins build
  • Loading branch information
kenfinnigan committed Jan 24, 2020
2 parents 25adb2f + 4c4948a commit 734dbb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/pom.xml
Expand Up @@ -131,12 +131,6 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -366,6 +366,12 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 734dbb3

Please sign in to comment.