Loading ci/setup_pages.py +1 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
ci/setup_pages.py +1 −0 Original line number Diff line number Diff line Loading @@ -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) Loading