This commit is contained in:
2022-03-11 12:48:35 +13:00
parent 5348eea001
commit a101554e25

View File

@@ -11,8 +11,7 @@ pipeline:
when:
status: [ changed, failure ]
steps:
- name: Test with Molecule
test:
image: python:3.8
volumes:
- name: dockersock
@@ -31,7 +30,7 @@ pipeline:
- molecule test
services:
- name: docker
name: docker
image: docker:dind
privileged: true
volumes: