Skip to content

Commit b08bb19

Browse files
committed
keep sign profile by default
1 parent 6b8a26c commit b08bb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/service/plugins/code_sign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(
1616
source_key=None,
1717
destination_bucket=None,
1818
destination_prefix=None,
19-
retain=False,
19+
retain=True,
2020
):
2121
super().__init__("serverless-aws-signer")
2222
self.profile = profile

0 commit comments

Comments
 (0)