Commit 8b194af0 authored by Jan Kiene's avatar Jan Kiene
Browse files

add debug printout

parent b4290476
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ def curl_for_artifacts(job_id):
        "--output",
        ARTIFACTS,
    ]
    print(cmd)
    subprocess.run(cmd, check=True)

    # check for valid archive (if not, it is likely a 404 page, then display that)