Replies: 1 comment 6 replies
-
|
Yeah right now, touched files in CI are gathered with However, the |
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.
-
Partially related discussion from the past: #1645
We'd like to use
moon cito be efficient with our pipeline resources, but we're unsure of how to usemoon cigiven we are generating some source code along the way. The confusion is that we're unclear howmoon cidetects touched_files. Since we do not commit our generated code into main, HEAD would not contain our generated code. So far, we've been explicitly running our:codegentask and then rerunning a general:buildacross the project.Two questions:
moon ciconsider uncommitted changes in the local workspace beyond what is committed on HEAD?--stdinflag was intended for?Beta Was this translation helpful? Give feedback.
All reactions