Test different 'from' format for notification
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
e5641f3bfd
commit
938958b709
18
.drone.yml
18
.drone.yml
@ -7,14 +7,14 @@ platform:
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: docker.zvon.tech/cppbuilder:v0.06
|
||||
commands:
|
||||
- cd mario
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- make
|
||||
#- name: build
|
||||
# image: docker.zvon.tech/cppbuilder:v0.06
|
||||
# commands:
|
||||
# - cd mario
|
||||
# - mkdir build
|
||||
# - cd build
|
||||
# - cmake ..
|
||||
# - make
|
||||
- name: formatting-check
|
||||
image: docker.zvon.tech/cppbuilder:v0.06
|
||||
commands:
|
||||
@ -33,4 +33,4 @@ steps:
|
||||
password:
|
||||
from_secret: email_password
|
||||
port: 465
|
||||
from: drone@zvon.tech
|
||||
from: Drone <drone@zvon.tech>
|
||||
|
Loading…
Reference in New Issue
Block a user