Skip to content

Commit

Permalink
fix signing pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 committed Jun 8, 2022
1 parent c0d5b12 commit adfd8c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/releaseBuild/azureDevOps/templates/linux.yml
Expand Up @@ -279,7 +279,8 @@ jobs:
signOutputPath: $(Build.StagingDirectory)\signedPackages
certificateId: "CP-459159-Pgp"
pattern: |
**\*.cm1.*.rpm
**\*.cm.*.rpm
**\*.cm?.*.rpm
useMinimatch: true
shouldSign: $(SHOULD_SIGN)
displayName: Sign Mariner RPM
Expand Down

0 comments on commit adfd8c7

Please sign in to comment.