Skip to content

Commit

Permalink
Fix target names to include correct samlmd prefix
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#309 for the sorry details
  • Loading branch information
Alex Stuart committed Jul 29, 2021
1 parent 21b5f58 commit e3022d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
Runs on: keymaster
-->
<target name="process.create-mdq-cache.sign.fragments" depends="mdq.sign.fragments">
<target name="process.create-mdq-cache.sign.fragments" depends="samlmd.mdq.sign.fragments">
<echo>Stage 4.1.1 Success: MDQ fragments signed</echo>
</target>

Expand All @@ -592,7 +592,7 @@
Runs on: keymaster
-->
<target name="process.create-mdq-cache.sign.all.entities" depends="mdq.sign.all.entities">
<target name="process.create-mdq-cache.sign.all.entities" depends="samlmd.mdq.sign.all.entities">
<echo>Stage 4.1.2 Success: MDQ all entities file signed</echo>
</target>

Expand Down

0 comments on commit e3022d3

Please sign in to comment.