All checks were successful
continuous-integration/drone/push Build is passing
17 lines
334 B
YAML
17 lines
334 B
YAML
kind: pipeline
|
|
name: cicd
|
|
|
|
steps:
|
|
- name: test
|
|
image: docker/compose
|
|
volumes:
|
|
- name: docker_socket
|
|
path: /var/run/docker.sock
|
|
commands:
|
|
- docker-compose -f docker-compose.yml -f docker-compose.start.yml up
|
|
|
|
volumes:
|
|
- name: docker_socket
|
|
host:
|
|
path: /var/run/docker.sock
|