Notify with arm version of the container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e6df794618
commit
e5641f3bfd
@ -20,8 +20,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- cd mario
|
- cd mario
|
||||||
- find . -path "./build" -prune -or -path "./.cache" -prune -or -iname "*.cpp" -or -iname "*.hpp" -print | xargs -P0 -I{} clang-format -style=file --dry-run -Werror {}
|
- find . -path "./build" -prune -or -path "./.cache" -prune -or -iname "*.cpp" -or -iname "*.hpp" -print | xargs -P0 -I{} clang-format -style=file --dry-run -Werror {}
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- failure
|
||||||
|
- success
|
||||||
- name: notify
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: docker.zvon.tech/drone-email:v0.01
|
||||||
settings:
|
settings:
|
||||||
host: mail.zvon.tech
|
host: mail.zvon.tech
|
||||||
username:
|
username:
|
||||||
|
Loading…
Reference in New Issue
Block a user