gitflow-incremental-builder icon indicating copy to clipboard operation
gitflow-incremental-builder copied to clipboard

Compare with previous commit

Open vincent-artea opened this issue 1 year ago • 1 comments

Hi,

I work on a project with multiple microservices, packaged as docker images. We use the monorepo approach, and are happily using gib for testing on our pull-requests.

However on our master branch we rebuild all the microservices and push them on the docker registry. We would like to be able to run gib by comparing with the previous commit, in order to know which microservice we must build and deploy.

Would you be open that we work on such a feature and propose a pullrequest ? If so, do you already have some guidelines ?

Thank you in advance,

Vincent

vincent-artea avatar Jun 26 '24 19:06 vincent-artea

Hi @vincent-artea, thanks for getting in touch!

Have you tried this already?

famod avatar Jun 29 '24 23:06 famod

I've updated the README mentioning HEAD~1 in the referenceBranch section.

famod avatar Sep 10 '24 21:09 famod