Unverified Commit a23f8caf authored by Protocole's avatar Protocole
Browse files

ci(av): fix run for exotic jobs

parent 33e45421
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ if __name__ == "__main__":
        data = yaml.load(file, Loader=yaml.FullLoader)

    job_data = data[args.job]
    output_image = "UNKNOWN"
    output_image = ""

    # If image option is directly specified in the job
    if "image" in data[args.job].keys():