You've already forked ansible-role-common
..
This commit is contained in:
17
.drone.yml
17
.drone.yml
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
pipeline:
|
kind: pipeline
|
||||||
notify:
|
name: default
|
||||||
|
|
||||||
|
notify:
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
host: mail.guise.net.nz
|
host: mail.guise.net.nz
|
||||||
username:
|
username:
|
||||||
@@ -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
|
||||||
@@ -29,14 +32,14 @@ pipeline:
|
|||||||
- 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