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 052adf5 commit 6dfeb14
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 @@ -168,7 +168,7 @@ void verifyExecutables(String unpack_dir, String issueToOrg) {

// Find all exe/dll's that must be Signed

withEnv(['unpack_dir='+unpack_dir, 'signtool='+signtool]) {
withEnv(['unpack_dir='+unpack_dir, 'signtool='+signtool, 'issueToOrg='+issueToOrg]) {
// groovylint-disable
sh '''
#!/bin/bash
Expand Down

0 comments on commit 6dfeb14

Please sign in to comment.