Hi guys, I want to get all the affected apps/services in my CICD so I can create a job for each of them.
My folder structure in the app is something like this:
Apps
App1/BUILD
App2/BUILD
Libs
Lib1
Lib2
When I’m running ‘pants —changed-since=origin/main list’ I’m getting all the python files that have changed but I want only the app names (the folders that contain them)