Skip to content

Commit

Permalink
Update verify_signing.groovy to check Windows exes only have one sign…
Browse files Browse the repository at this point in the history
…ature

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Dec 5, 2024
1 parent fe5b0b9 commit 052adf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/verify_signing.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void verifyExecutables(String unpack_dir, String issueToOrg) {
echo "Error: ${f} is NOT signed by ${issueToOrg}."
unsigned="$unsigned $f"
cc_unsigned=$((cc_unsigned+1))
elif
else
echo "Signed correctly: ${f}"
cc_signed=$((cc_signed+1))
fi
Expand Down

0 comments on commit 052adf5

Please sign in to comment.