Reformat - need notifications

This commit is contained in:
2022-03-11 12:45:50 +13:00
parent 455f4d9b9a
commit 5348eea001

View File

@@ -1,8 +1,6 @@
---
kind: pipeline
name: default
notify:
pipeline:
notify:
image: drillster/drone-email
host: mail.guise.net.nz
username:
@@ -13,8 +11,8 @@ notify:
when:
status: [ changed, failure ]
steps:
- name: Test with Molecule
steps:
- name: Test with Molecule
image: python:3.8
volumes:
- name: dockersock
@@ -32,14 +30,14 @@ steps:
- molecule --version
- molecule test
services:
- name: docker
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
volumes:
- name: dockersock
temp: {}