Commit 43a455d
authored
[copilot] allow
We found Copilot can go off track if:
* Copilot commits a build error (of any kind).
* You comment suggesting how to fix the build error.
* Copilot setup steps will now fail, and Copilot can't fix it!
So, once you are in this state, you can't really get Copilot back on
track unless you manually fix it.
Going forward, we should:
* Allow the "build" step to fail
* Upload the logs as an artifact
Copilot should be able to do its work with a failing build.copilot-setup-steps.yml to fail (#10261)1 parent cfc263a commit 43a455d
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments