So using gogs with drone 0.8.0, creating a release doesn’t call drone with a push
webhook, but it does actually create a git tag. If I write a gogs webhook responding to their Release
event, what can I call in drone to trigger a build with that newly created tag? In the drone build api, http://readme.drone.io/api/build-endpoint/, I don’t see a way to trigger a build.
Thanks,
Monty