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