š I'm wondering how can I have different seed.yml for different services in a pipeline for monorepo?
a
AdriƔn Mouly
10/01/2021, 12:25 PM
You canāt.
AdriƔn Mouly
10/01/2021, 12:25 PM
And why would you need it?
s
Shine Li
10/01/2021, 12:31 PM
I have before_compile hooks set up to install golang and run a command, before_build to create custom domain for a service. Now I'm adding another service that does not need all these steps.
Shine Li
10/01/2021, 12:32 PM
Should I use different makefiles for different service to include these hooks instead?