I didn't find a way to run some exec commands only in main.
I have a release config that has to run in main and dev. main is the production branch and dev is the development branch, on both, the release is similar, except that in main I want to execute a script that I can't in dev. How would I achieve this?
I didn't find a way to run some
execcommands only inmain.I have a release config that has to run in
mainanddev.mainis the production branch anddevis the development branch, on both, the release is similar, except that inmainI want to execute a script that I can't indev. How would I achieve this?