Skip to content

Commit efe8a34

Browse files
committed
Add suggested changes
1 parent 35c88db commit efe8a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def build_and_push_image(
8787
architectures: Set[str],
8888
release: bool,
8989
sign: bool,
90-
insecure: bool,
90+
insecure: bool = False,
9191
) -> None:
9292
if sign:
9393
mongodb_artifactory_login()

0 commit comments

Comments
 (0)