13 lines
283 B
YAML
13 lines
283 B
YAML
---
|
|
steps:
|
|
- name: test
|
|
image: lowess/drone-molecule:2.6.8
|
|
pull: true
|
|
settings:
|
|
task: test
|
|
environment:
|
|
- CI_UUID=_molecule_${CI_COMMIT_SHA}
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- molecule_${CI_COMMIT_SHA}:/tmp
|