Commit using uppercase Gitea for source step
This commit is contained in:
parent
27a2d278b8
commit
4f66ddc5c3
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ setup(name='buildbot-gitea',
|
||||||
"gitea = buildbot_gitea.webhook:gitea"
|
"gitea = buildbot_gitea.webhook:gitea"
|
||||||
],
|
],
|
||||||
"buildbot.steps": [
|
"buildbot.steps": [
|
||||||
"gitea = buildbot_gitea.step_source:Gitea"
|
"Gitea = buildbot_gitea.step_source:Gitea"
|
||||||
],
|
],
|
||||||
"buildbot.reporters": [
|
"buildbot.reporters": [
|
||||||
"GiteaStatusPush = buildbot_gitea.reporter:GiteaStatusPush"
|
"GiteaStatusPush = buildbot_gitea.reporter:GiteaStatusPush"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user