One more question, in our CI scripts we are doing:...
# general
e
One more question, in our CI scripts we are doing:
Copy code
./pants --changed-parent="${COMMIT_ID}" --changed-include-dependees=transitive test
We’ve got a few custom targets where we set
default_sources_globs
It seems like the command I pasted above will not detect changes to files that should be globbed by what we set in
default_sources_globs
. Does
default_sources_globs
work differently than having sources listed in the BUILD file itself?