This commit is contained in:
2022-03-11 12:50:20 +13:00
parent a101554e25
commit 50dc14b912

View File

@@ -1,6 +1,8 @@
---
pipeline:
notify:
kind: pipeline
name: default
notify:
image: drillster/drone-email
host: mail.guise.net.nz
username:
@@ -11,7 +13,8 @@ pipeline:
when:
status: [ changed, failure ]
test:
steps:
- name: Test with Molecule
image: python:3.8
volumes:
- name: dockersock
@@ -29,14 +32,14 @@ pipeline:
- 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: {}