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

Drone is not recognizing gitea release creation #2519

Closed
xoxys opened this issue Nov 7, 2018 · 6 comments
Closed

Drone is not recognizing gitea release creation #2519

xoxys opened this issue Nov 7, 2018 · 6 comments

Comments

@xoxys
Copy link

xoxys commented Nov 7, 2018

Hi,

if i create a release from the gitea ui (creates also a tag in background), drone does not recognize it and is not running the pipeline.

If i instead push a tag from command line to remote repo, drone will run twice. One run for the push and one run for the tag... That duplicates the runtime. Any chance to fix this?

@tboerger
Copy link

tboerger commented Nov 7, 2018

If the ui action doesn't trigger a webhook there is nothing drone can do, so this sounds like a gitea issue.

Drone receives a push webhook and a tag webhook in that case, which is the expected behavior. If you think this is the wrong behavior this is also something that needs to be changed within gitea.

@tboerger tboerger closed this as completed Nov 7, 2018
@bradrydzewski
Copy link

I was just testing this yesterday in 0.9. I can confirm that pushing a tag only creates a single build, assuming the tagged commit already exists in the remote repository. If you push a new commit and a new tag then you can expect two builds.

@xoxys
Copy link
Author

xoxys commented Nov 7, 2018

Ok i would create an gitea issue

@lunny
Copy link

lunny commented Nov 7, 2018

@xoxys which drone version did you test?

@xoxys
Copy link
Author

xoxys commented Nov 7, 2018

@lunny latest 0.8

@strahe
Copy link

strahe commented Jun 14, 2019

Hi, I encountered the same issue on the latest version(1.1, 1.2). im sure gitea release has triggered the webhook. (drone response 200 but no content)

s1

s2

bot2-harness pushed a commit that referenced this issue Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants