Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 6, 2019
1 parent ae6345e commit 3ee1c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -101,15 +101,15 @@
<arg value="sb@sebastian-bergmann.de"/>
<arg value="--armor"/>
<arg value="--detach-sign"/>
<arg path="${basedir}/build/phpunit-library-${version}.phar"/>
<arg path="${basedir}/build/artifacts/phpunit-library-${version}.phar"/>
</exec>

<exec executable="gpg" failonerror="true">
<arg value="--local-user"/>
<arg value="sb@sebastian-bergmann.de"/>
<arg value="--armor"/>
<arg value="--detach-sign"/>
<arg path="${basedir}/build/phpunit-${version}.phar"/>
<arg path="${basedir}/build/artifacts/phpunit-${version}.phar"/>
</exec>
</target>

Expand Down

0 comments on commit 3ee1c1f

Please sign in to comment.