auth-api/.drone.yml
Lilleman 9890f33e30
All checks were successful
continuous-integration/drone/push Build is passing
Debugging
2022-02-13 23:57:53 +01:00

21 lines
406 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: Tests
image: docker/compose:1.29.2
commands:
# - docker-compose run --rm db-migrations
# - docker-compose up -d
# - docker-compose run --rm tests
- pwd
- ls -l
volumes:
- name: docker-sock
path: /var/run/docker.sock
volumes:
- name: docker-sock
host:
path: /var/run/docker.sock