Test different 'from' format for notification
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
zv0n 2022-09-28 14:46:44 +02:00
parent e5641f3bfd
commit 938958b709

View File

@ -7,14 +7,14 @@ platform:
arch: arm64 arch: arm64
steps: steps:
- name: build #- name: build
image: docker.zvon.tech/cppbuilder:v0.06 # image: docker.zvon.tech/cppbuilder:v0.06
commands: # commands:
- cd mario # - cd mario
- mkdir build # - mkdir build
- cd build # - cd build
- cmake .. # - cmake ..
- make # - make
- name: formatting-check - name: formatting-check
image: docker.zvon.tech/cppbuilder:v0.06 image: docker.zvon.tech/cppbuilder:v0.06
commands: commands:
@ -33,4 +33,4 @@ steps:
password: password:
from_secret: email_password from_secret: email_password
port: 465 port: 465
from: drone@zvon.tech from: Drone <drone@zvon.tech>