Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release will not trigger "tag" in drone #3738

Closed
1 task done
jonasfranz opened this issue Mar 29, 2018 · 3 comments
Closed
1 task done

Release will not trigger "tag" in drone #3738

jonasfranz opened this issue Mar 29, 2018 · 3 comments
Labels
Milestone

Comments

@jonasfranz
Copy link
Member

  • Gitea version (or commit ref): 43fc430
  • Database (use [x]):
    • SQLite

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.

@lunny lunny added the type/bug label Mar 29, 2018
@lunny lunny added this to the 1.x.x milestone Mar 29, 2018
@lunny lunny modified the milestones: 1.x.x, 1.5.0 May 17, 2018
@lunny
Copy link
Member

lunny commented May 17, 2018

should be fixed by #3929

@lunny lunny closed this as completed May 17, 2018
@benschweizer
Copy link

Can someone confirm this?
Looks like webhooks get fired for pushed tags, but not when they are created from the release page.

@benschweizer
Copy link

benschweizer commented Sep 21, 2018

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.

@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants