Skip to content

Commit

Permalink
Fix provenance signature path
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Rautiola <[email protected]>
  • Loading branch information
joinemm committed Dec 5, 2024
1 parent 292ba9a commit 0246bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def create_parallel_stages(List<Map> targets, String testset='_boot_bat_perf_',
mkdir -p ${scsdir}
provenance ${it.drvPath} --recursive --out ${outpath}
"""
sign_file(outpath, "sig/${outpath}.sig", "INT-Ghaf-Devenv-Provenance")
sign_file(outpath, "${outpath}.sig", "INT-Ghaf-Devenv-Provenance")
}
}
}
Expand Down

0 comments on commit 0246bcb

Please sign in to comment.