What's the difference between {lifecycle: success} and {lifecycle: fixed}?

Hi All,

I did some really minor changes in my circle.yml and now I get build status “Fixed”.
What does it mean?

Thanks,
Hanan

It means the previous build “failed”. This new build passed, so it is marked as “fixed”. Additional passing builds on this branch would then be marked as “success”.

1 Like