Locally, how do I trigger a particular pipeline step e.g. build?
i.e. not any docker-push or deployment steps.
I see I can use “drone exec --local”. But how do I limit it to a particular step?
I tried “drone exec --local --build-target build” but this still attempts to run other steps in the pipeline.