You've already forked ansible-role-common
trying notification again
This commit is contained in:
21
.drone.yml
21
.drone.yml
@@ -2,17 +2,6 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
notify:
|
||||
image: drillster/drone-email
|
||||
host: mail.guise.net.nz
|
||||
username:
|
||||
from_secret: EMAIL_USER
|
||||
password:
|
||||
from_secret: EMAIL_PASS
|
||||
from: drone@guise.net.nz
|
||||
when:
|
||||
status: [ changed, failure ]
|
||||
|
||||
steps:
|
||||
- name: Test with Molecule
|
||||
image: guisea/ansible-molecule:latest
|
||||
@@ -27,6 +16,16 @@ steps:
|
||||
- ansible --version
|
||||
- molecule --version
|
||||
- molecule test
|
||||
- name: notify by email
|
||||
image: drillster/drone-email
|
||||
host: mail.guise.net.nz
|
||||
username:
|
||||
from_secret: EMAIL_USER
|
||||
password:
|
||||
from_secret: EMAIL_PASS
|
||||
from: drone@guise.net.nz
|
||||
when:
|
||||
status: [ changed, failure ]
|
||||
|
||||
services:
|
||||
- name: docker
|
||||
|
||||
Reference in New Issue
Block a user