mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
fix inputs check in ci.py
This commit is contained in:
parent
ecaef80ea0
commit
6362fc1d48
@ -846,7 +846,7 @@ def main() -> int:
|
||||
)
|
||||
args = parse_args(parser)
|
||||
|
||||
if args.mark_success or args.pre or args.post or args.run:
|
||||
if args.mark_success or args.pre or args.run:
|
||||
assert args.infile, "Run config must be provided via --infile"
|
||||
assert args.job_name, "Job name must be provided via --job-name"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user