Trying to get dind to work
This commit is contained in:
parent
0847335bf6
commit
439fd161c7
19
.drone.yml
19
.drone.yml
|
@ -9,3 +9,22 @@ steps:
|
|||
- docker-compose run --rm db-migrations
|
||||
- docker-compose up -d
|
||||
- docker-compose run --rm tests
|
||||
volumes:
|
||||
- name: docker-sock
|
||||
path: /var/run/docker.sock
|
||||
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /tmp/cache
|
||||
commands:
|
||||
- npm install
|
||||
- npm test
|
||||
|
||||
volumes:
|
||||
- name: docker-sock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
Loading…
Reference in New Issue
Block a user