Loading ci/setup_pages.py +5 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,11 @@ def curl_for_artifacts(job_id): print(f.read()) raise subprocess.CalledProcessError(-1, "Unzip check failed") # do the actual unzipping cmd = [ "unzip", ARTIFACTS ] if __name__ == "__main__": main() No newline at end of file Loading
ci/setup_pages.py +5 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,11 @@ def curl_for_artifacts(job_id): print(f.read()) raise subprocess.CalledProcessError(-1, "Unzip check failed") # do the actual unzipping cmd = [ "unzip", ARTIFACTS ] if __name__ == "__main__": main() No newline at end of file