I am trying to migrate to the drone for my CI/CD. I am currently using bitbucket pipelines that use repository variables and global variables in its pipelines for AWS serverless.
I can across this blog Drone adds support for Bitbucket Pipelines that allows using bitbucket pipelines directly with drone. But I find that the pipelines aren’t executed. How do I proceed further?