10
0
Fork 0

Change yaml syntax
continuous-integration/drone Build is failing Details

This commit is contained in:
Madis Mägi 2022-02-08 23:34:41 +02:00
parent ebe6388ea5
commit 4e81047ca0
1 changed files with 12 additions and 12 deletions

View File

@ -8,17 +8,17 @@ steps:
commands:
- sh "00-deps.sh"
- sh "10-build.sh"
- name: deliver
image: drillster/drone-email
environment:
EMAIL_HOST: mail.k-space.ee
EMAIL_PORT: 465
username: jenkins
password:
from_secret: email_password
from: drone@k-space.ee
subject: Openwrt image
attachment: bin/*.bin
when:
status:
- success
settings:
from.address: drone@k-space.ee
subject: Openwrt image
attachment: bin/*.bin
host: mail.k-space.ee
port: 465
username: jenkins
password:
from_secret: email_password
recipients:
- lauri@k-space.ee