Skip to content

Skip signing if an empty list of files is given

Signing with the SignTool already skipped executing any commands because utils.limitCommandLineLength returns an empty list, but signing with custom command ran the custom command without any files to sign.

Merge request reports