diff --git a/bin/pungi-koji b/bin/pungi-koji index 5f9a09d9..23f70462 100755 --- a/bin/pungi-koji +++ b/bin/pungi-koji @@ -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",