The clone step fails quite often when the build is started over a github hook. If I restart the build just a few seconds after the fail it doesn’t fail. Any idea where/how I can investigate the problem further?
+ git init
Initialized empty Git repository in /drone/src/github.com/joomla/joomla-cms/.git/
+ git remote add origin https://github.com/joomla/joomla-cms.git
+ git fetch --no-tags origin +refs/pull/18516/merge:
fatal: Couldn't find remote ref refs/pull/18516/merge
exit status 128
Cheers,
Robert