You've already forked ansible-role-common
Reformat - need notifications
This commit is contained in:
18
.drone.yml
18
.drone.yml
@@ -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: {}
|
||||||
Reference in New Issue
Block a user