add giteacomment plugin lol
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
c3a94b3046
commit
aa126f91ee
11
.drone.yml
11
.drone.yml
@ -20,3 +20,14 @@ steps:
|
|||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- development
|
- development
|
||||||
|
|
||||||
|
- name: post-to-gitea-pr-from-arg
|
||||||
|
image: tsakidev/giteacomment:latest
|
||||||
|
settings:
|
||||||
|
gitea_token:
|
||||||
|
from_secret: gitea_token
|
||||||
|
gitea_base_url: http://gitea.example.com
|
||||||
|
comment: "Hello from Drone"
|
||||||
|
when:
|
||||||
|
status: [ failure ]
|
||||||
|
event: pull_request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user