Only build CTS url when configured

JIRA: RHELCMP-6611
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2021-09-10 11:29:31 +02:00
parent 5c26aa9127
commit a1ebd234a4
2 changed files with 10 additions and 9 deletions

View file

@ -330,7 +330,7 @@ def main():
)
rv = Compose.update_compose_url(compose_dir, conf)
if not rv.ok:
if rv and not rv.ok:
logger.error("CTS compose_url update failed with the error: %s" % rv.text)
errors, warnings = pungi.checks.validate(conf, offline=False)