Skip to content

Commit 1aae28b

Browse files
committed
Add missing --sign option
1 parent 3be7731 commit 1aae28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/pipeline_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def main():
166166
parser = argparse.ArgumentParser(description="Build container images.")
167167
parser.add_argument("image", help="Image to build.") # Required
168168
parser.add_argument("--parallel", action="store_true", help="Build images in parallel.")
169-
parser.add_argument("--debug", action="store_true", help="Enable debug logging.")
169+
parser.add_argument("--sign", action="store_true", help="Sign images.")
170170
parser.add_argument(
171171
"--scenario",
172172
choices=list(BuildScenario),

0 commit comments

Comments
 (0)