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: when:
status: [ changed, failure ] status: [ changed, failure ]
steps: test:
- name: Test with Molecule
image: python:3.8 image: python:3.8
volumes: volumes:
- name: dockersock - name: dockersock
@@ -31,7 +30,7 @@ pipeline:
- molecule test - molecule test
services: services:
- name: docker name: docker
image: docker:dind image: docker:dind
privileged: true privileged: true
volumes: volumes:
@@ -39,5 +38,5 @@ pipeline:
path: /var/run path: /var/run
volumes: volumes:
- name: dockersock - name: dockersock
temp: {} temp: {}