You've already forked ansible-role-common
..
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
---
|
||||
pipeline:
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
notify:
|
||||
image: drillster/drone-email
|
||||
host: mail.guise.net.nz
|
||||
@@ -11,7 +13,8 @@ pipeline:
|
||||
when:
|
||||
status: [ changed, failure ]
|
||||
|
||||
test:
|
||||
steps:
|
||||
- name: Test with Molecule
|
||||
image: python:3.8
|
||||
volumes:
|
||||
- name: dockersock
|
||||
@@ -30,7 +33,7 @@ pipeline:
|
||||
- molecule test
|
||||
|
||||
services:
|
||||
name: docker
|
||||
- name: docker
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user