Is there a new bug in drone I pulled the latest drone.rc3 and drone/git images and am testing one of my builds it works fine locally how ever drone ci shows all steps start instantaneously obviously this is an issue because tests fail when the source is still in the progress of cloning.
steps like yarn install and pip install fail because the files are not yet present, could be something else is causing this but it the first time i have encountered this issue, any ideas ?
I have not experienced any such behavior, but a sample yaml configuration file to reproduce would be appreciated. My first thought is that you are using depends_on and have set something up incorrectly … but without seeing an actual yaml I am only left to make guesses.