We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07375b1 commit 61ace72Copy full SHA for 61ace72
build.xml
@@ -4446,7 +4446,7 @@ It appears there are no build artifacts to verify. Please run 'ant release' firs
4446
<mkdir dir="${tomcat.release.verify}" />
4447
<!-- <chmod dir="${tomcat.release.verify}" perm="700"/>--><!-- To make gpg happy -->
4448
4449
- <exec executable="gpg" failonerror="false"><!-- Not sure why this returns 2 on 'success?' -->
+ <exec executable="${gpg.exec}" failonerror="false"><!-- Not sure why this returns 2 on 'success?' -->
4450
<arg value="--no-default-keyring" />
4451
<arg value="--primary-keyring" />
4452
<arg value="${tomcat.release.verify}/apache-keys"/>
0 commit comments