HI,
I have looked at the recent child/parent pipeline and able to use a step to import a child pipeline definitions. However, I am unable to use "deployments" in the child or parent pipeline. Error I get is:
There is an error in the imported bitbucket-pipelines.yml file. Child pipelines cannot contain deployment steps. Please remove them from the child pipeline.
I understand it is not possible to directly use "deployment" key. However, is there any alternate way I can call the deployment in the child pipeline or use deployment in the parent pipeline.
Thanks