Add CLI option to create ci compose
Fixes: #476 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
75934f20e5
commit
e66d8dd190
@ -104,6 +104,13 @@ def main():
|
||||
dest="compose_type",
|
||||
help="make a test compose",
|
||||
)
|
||||
parser.add_option(
|
||||
"--ci",
|
||||
action="store_const",
|
||||
const="ci",
|
||||
dest="compose_type",
|
||||
help="make a CI compose",
|
||||
)
|
||||
parser.add_option(
|
||||
"--koji-event",
|
||||
metavar="ID",
|
||||
|
Loading…
Reference in New Issue
Block a user