Commit 529bfb4
committed
Ignore errors loading artifacts from CircleCI
Previously, this seemed to be ignored, and we'd just get a 0-artifact
count. But now it seems that requesting artifacts for builds that are
incomplete raises a 400 Bad Request.
So ignore those errors and return a 0-length artifact, because that is
already correctly handled by the next step in the workflow.1 parent 78bf53c commit 529bfb4
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
0 commit comments