This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Description
Thanks for making a cool project. LambdaCD is just what I was looking for.
When retriggering a step in a build, a new build is started from that point. However, since the context changes, the files generated by earlier steps are missing.
This might not be a bug, but it did break my expectations. :-)
I would expect the old context to be reused in the new build, so that I could try a broken build again.
What am I missing?