This commit is contained in:
2022-03-11 15:25:54 +13:00
parent 1078073e10
commit 9524607053

View File

@@ -1,9 +1,8 @@
---
kind: pipeline
name: default
name: molecule_run
steps:
- name: Test with Molecule
- name: test
image: guisea/ansible-molecule:latest
volumes:
- name: dockersock
@@ -29,29 +28,3 @@ services:
volumes:
- name: dockersock
temp: {}
---
kind: pipeline
name: example
steps:
- name: test
image: docker:dind
volumes:
- name: dockersock
path: /var/run
commands:
- sleep 5 # give docker enough time to start
- docker ps -a
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}