Rebuild without git fetch?

Is there a way to rebuild without doing a git fetch on each try?

It takes way too long when setting up a new project and getting things to work well.

Thanks,
Claudio

Hi Claudio!

Unfortunately there’s no way to do a rebuild without git fetch, since every time your build completes, the VM will be destroyed along with your source code.

To debug your builds more quickly, you can use the Bitrise CLI locally, by downloading the bitrise.yml from your workflow editor.

2 Likes