Update .drone.yml
This commit is contained in:
parent
06e60c2a51
commit
e6c60c229f
1 changed files with 8 additions and 6 deletions
14
.drone.yml
14
.drone.yml
|
@ -21,13 +21,15 @@ pipeline:
|
||||||
username: Builds
|
username: Builds
|
||||||
template: >
|
template: >
|
||||||
{{#success build.status}}
|
{{#success build.status}}
|
||||||
[DRONE CI]: *{{ uppercase build.status }}* : <https://github.com/{{ repo.owner }}/{{ repo.name }}|{{ repo.owner }}/{{ repo.name }}>
|
[DRONE CI]: *{{ uppercase build.status }}*
|
||||||
> link: {{build.link}}
|
> github repo: <https://github.com/{{ repo.owner }}/{{ repo.name }}|{{ repo.owner }}/{{ repo.name }}>
|
||||||
|
> drone build: {{build.link}}
|
||||||
> author: {{build.author}}
|
> author: {{build.author}}
|
||||||
> commit: <https://github.com/{{ repo.owner }}/{{ repo.name }}/commit/{{build.commit}}|{{truncate build.commit 8}}>
|
> github commit: <https://github.com/{{ repo.owner }}/{{ repo.name }}/commit/{{build.commit}}|{{truncate build.commit 8}}>
|
||||||
{{else}}
|
{{else}}
|
||||||
[DRONE CI]: *{{ uppercase build.status }}* : <https://github.com/{{ repo.owner }}/{{ repo.name }}|{{ repo.owner }}/{{ repo.name }}>
|
[DRONE CI]: *{{ uppercase build.status }}*
|
||||||
> link: {{build.link}}
|
> github repo: <https://github.com/{{ repo.owner }}/{{ repo.name }}|{{ repo.owner }}/{{ repo.name }}>
|
||||||
|
> drone build: {{build.link}}
|
||||||
> author: {{build.author}}
|
> author: {{build.author}}
|
||||||
> commit: <https://github.com/{{ repo.owner }}/{{ repo.name }}/commit/{{build.commit}}|{{truncate build.commit 8}}>
|
> github commit: <https://github.com/{{ repo.owner }}/{{ repo.name }}/commit/{{build.commit}}|{{truncate build.commit 8}}>
|
||||||
{{/success}}
|
{{/success}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue