Replies: 1 comment 6 replies
-
|
@zelifish As for |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried
moon run -uandmoon cleanbut neither of them do this exactly. Usingmoon run -useems to clean multiple times during a build in my dependency graph, probably once for each time my common base layer is depended upon when other sub projects end up running, which leads to flaky builds because other projects would attempt to use those artifacts after they get re-cleaned.And
moon cleandoesn't end up doing anything for me, it clears 0 files from the cache when I run it. That could be expected since I'm really trying to delete the outputs of my previous build and not really the cache. I'd like to totally mimic the state on CI locally though as though it were checked out fresh since I'm just getting this setup now.Beta Was this translation helpful? Give feedback.
All reactions