I have written 1 common build file that runs few common tasks for all repo. I am trying to put it in 1 common_repo, so that other repositories can pull the build file on the fly while compiling their project. I need this common file to clone first in individual repo in defined directory and then start the compilation process.
I tried to use 'apply from', but it is not helping either.
Is there any way we can pull common build file from different repo as first task and then use it for further build process. We don't want to maintain this common file in each repo, as it will be a maintenance nightmare.
Let me know if you need more data. Kindly help.