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