cmd/preguide does not detect this as a cache miss, because the same bash results.
Whilst in an ideal situation we might optimise by simply ensuring the exit code from the previous run is now as expected, it might be more practical to simply cause a cache miss and re-run for now.
If a step contains something like:
but is then changed to:
cmd/preguide
does not detect this as a cache miss, because the samebash
results.Whilst in an ideal situation we might optimise by simply ensuring the exit code from the previous run is now as expected, it might be more practical to simply cause a cache miss and re-run for now.