How to run a script from another repo on a Windows self-hosted bitbucket runner
I am new to pipelines and runners.
I want to simply build my python code after a pull-request or when I want.
But my build script is in another repository . I don’t know how to get this file.
I created a Windows-64 Workspace runner in the bitbucket interface, and then copy-pasted the 3 lines to download and start it on my local machine: