Skip to content

Commit

Permalink
Use correct password property in test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 2, 2024
1 parent a5133ff commit 4535891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3131,7 +3131,7 @@
-->
<target name="inc.mdq.generate.all.localkey" depends="get.sign.uk.keyPassword">
<property name="mda.mdq.input" value="${mda.inc.imported.xml}"/>
<property name="mda.sign.keyPassword" value="${sign.keyPassword}"/>
<property name="mda.sign.keyPassword" value="${sign.uk.keyPassword}"/>
<echo>Generating MDQ metadata in ${mda.mdq.output}</echo>
<echo> from unsigned aggregate in ${mda.mdq.input}</echo>
<delete dir="${mdq.output.dir}" quiet="true"/>
Expand Down

0 comments on commit 4535891

Please sign in to comment.