Hi trying drone 0.8 (latest) with gogs 0.11.29.
Before upgrading versions of drone from one of the 0.8 release candidates and gogs (0.11.19 probably) I had a working setup (except sometimes builds hanging). Tried switching gogs back to old container. But no improvement …
No build is started.
Drone logs suggest me that the hook request is received ok. Also the gogs webhook delivery status is ‘green’.
Drone log:
time="2017-10-17T17:47:17Z" level=info ip=x.x.x.x latency=505.695µs method=GET path="/hook" status=200 time="2017-10-17T17:47:17Z" user-agent=GogsServer
I don’t see anything else in my drone logs, except browser and the agent reconnecting after container restart (which also didn’t help fire up the build process)
Probably I missing something that changed between the release candidates ?
What is the best way to troubleshoot this issue? I am quite new to drone as well as gogs.
Drone Debug mode is activated… but still I don’t see anything in the logs that point me in any direction