Skip to content

Commit a734d64

Browse files
mokagioCopilot
andauthored
Refine "tolerated failure" log message
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0316198 commit a734d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fastlane/plugin/wpmreleasetoolkit/actions/macos/macos_verify_code_signing.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def self.verify_app_bundle(path:, expected_authority:, verify_notarization:)
4646
def self.verify_disk_image(path:, expected_authority:, verify_notarization:)
4747
# Said up front because `sh` logs a non-zero exit in red regardless of it being handled,
4848
# which reads as a broken build in the CI log of an otherwise passing job.
49-
UI.message("Checking whether #{path} is signed. Disk images usually aren't, so a `codesign` failure below is expected and tolerated.")
49+
UI.message("Checking whether #{path} is signed. Disk images usually aren't, so a `codesign` failure due to the image being unsigned is expected and tolerated (other signature failures will still fail).")
5050

5151
if signed?(path)
5252
verify_authority!(path: path, expected_authority: expected_authority) unless expected_authority.nil?

0 commit comments

Comments
 (0)