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

View File

@@ -1,5 +1,7 @@
--- ---
pipeline: kind: pipeline
name: default
notify: notify:
image: drillster/drone-email image: drillster/drone-email
host: mail.guise.net.nz host: mail.guise.net.nz
@@ -11,7 +13,8 @@ pipeline:
when: when:
status: [ changed, failure ] status: [ changed, failure ]
test: steps:
- name: Test with Molecule
image: python:3.8 image: python:3.8
volumes: volumes:
- name: dockersock - name: dockersock
@@ -30,7 +33,7 @@ pipeline:
- molecule test - molecule test
services: services:
name: docker - name: docker
image: docker:dind image: docker:dind
privileged: true privileged: true
volumes: volumes: