Compare commits
3 Commits
b6611cfd2f
...
d62e8981c2
Author | SHA1 | Date | |
---|---|---|---|
d62e8981c2 | |||
6bad9064d4 | |||
0789b501f1 |
25
.drone.yml
25
.drone.yml
@ -11,6 +11,7 @@ trigger:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
#ARM version of mkDocs
|
#ARM version of mkDocs
|
||||||
image: ghcr.io/afritzler/mkdocs-material:8.1.0
|
image: ghcr.io/afritzler/mkdocs-material:8.1.0
|
||||||
@ -48,18 +49,18 @@ steps:
|
|||||||
format: markdown
|
format: markdown
|
||||||
message: >
|
message: >
|
||||||
{{#success build.status}}
|
{{#success build.status}}
|
||||||
β
Build #{{build.number}} of `{{repo.name}}` succeeded.
|
β
Build #{{build.number}} of `{{repo.name}}` succeeded.
|
||||||
π Commit by {{commit.author}} on `{{commit.branch}}`:
|
π Commit by {{commit.author}} on `{{commit.branch}}`:
|
||||||
```
|
```
|
||||||
{{commit.message}}
|
{{commit.message}}
|
||||||
```
|
```
|
||||||
π {{ build.link }}
|
π {{ build.link }}
|
||||||
{{else}}
|
{{else}}
|
||||||
β Build #{{build.number}} of `{{repo.name}}` failed.
|
β Build #{{build.number}} of `{{repo.name}}` failed.
|
||||||
π Commit by {{commit.author}} on `{{commit.branch}}`:
|
π Commit by {{commit.author}} on `{{commit.branch}}`:
|
||||||
```
|
```
|
||||||
{{commit.message}}
|
{{commit.message}}
|
||||||
```
|
```
|
||||||
π {{ build.link }}
|
π {{ build.link }}
|
||||||
{{/success}}
|
{{/success}}
|
||||||
|
|
||||||
|
Loadingβ¦
x
Reference in New Issue
Block a user