Skip to content

Commit

Permalink
fix: cmd arg
Browse files Browse the repository at this point in the history
Signed-off-by: lijie <lijie@pingcap.com>
  • Loading branch information
jayl1e committed Dec 13, 2023
1 parent b1bf599 commit 20d0378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tibuild/tbctl/tbctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def get_artifact(build: dict) -> str:
parser_trigger.add_argument('--productDockerfile', help='dockerfile url for product')
parser_trigger.add_argument('--productBaseImg', help='product base image')
parser_trigger.add_argument('--builderImg', help='specify docker image for builder')
parser_trigger.add_argument('--targetImage', help=argparse.SUPPRESS)
parser_trigger.add_argument('--targetImg', help=argparse.SUPPRESS)
parser_trigger.set_defaults(handler=trigger)
parser_poll = devbuild.add_parser('poll')
parser_poll.add_argument('build_id', type=int, help="the triggered build id")
Expand Down

0 comments on commit 20d0378

Please sign in to comment.