Commit cca5828
authored
[ensure] Don't recompute environment if up to date (#1625)
## Summary
This bug was introduced in
#1584 and has at least 2
effects:
* Perf regression (because we recompute environment all the time)
* Plugins that create flakes may break if they create additional files
in the same directory. (Another PR will address this issue in more
depth)
## How was it tested?
```bash
devbox add mysql80
devbox services up -b
devbox services stop
```1 parent a6e5c18 commit cca5828
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
233 | 237 | | |
234 | 238 | | |
235 | 239 | | |
| |||
0 commit comments