From e6df7946180c99760122e29a6e7f3b4ac1c676b2 Mon Sep 17 00:00:00 2001 From: zv0n Date: Wed, 28 Sep 2022 14:18:37 +0200 Subject: [PATCH] Try notification --- .drone.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index d9b4a46..4235e2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,17 +15,18 @@ steps: - cd build - cmake .. - make ---- -kind: pipeline -type: kubernetes -name: mario-formatting -platform: - os: linux - arch: arm64 - -steps: - name: formatting-check image: docker.zvon.tech/cppbuilder:v0.06 commands: - 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 {} +- name: notify + image: drillster/drone-email + settings: + host: mail.zvon.tech + username: + from_secret: email_user + password: + from_secret: email_password + port: 465 + from: drone@zvon.tech