You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drone will not start the pipeline if I create a release (=tag) via Gitea. But if I push a tag to Gitea it will. I think that this is caused by the fact that gitea won't push the tag to itself rather then simply creating the tag without triggering a build / webhook.
The text was updated successfully, but these errors were encountered:
So the webhook is different. Creating a new release fires 'release' where pushed tags fire 'push'. I assume this should be handled at receiver side, I'll check the drone code.
[x]
):Description
Drone will not start the pipeline if I create a release (=tag) via Gitea. But if I push a tag to Gitea it will. I think that this is caused by the fact that gitea won't push the tag to itself rather then simply creating the tag without triggering a build / webhook.
The text was updated successfully, but these errors were encountered: