Maybe a fix for the volume syntax?
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
24
.drone.yml
24
.drone.yml
@@ -179,14 +179,14 @@ steps:
|
||||
- failure
|
||||
|
||||
volumes:
|
||||
- host:
|
||||
name: yarnrc
|
||||
- name: yarnrc
|
||||
host:
|
||||
path: /Volume1/docker/.yarnrc.yml
|
||||
- host:
|
||||
name: dockersock
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
- host:
|
||||
name: dockerconfig
|
||||
- name: dockerconfig
|
||||
host:
|
||||
path: /volume1/docker/labs/grow-auth/dockerconfig.json
|
||||
|
||||
# depends_on:
|
||||
@@ -239,14 +239,14 @@ steps:
|
||||
- failure
|
||||
|
||||
volumes:
|
||||
- host:
|
||||
name: env
|
||||
- name: env
|
||||
host:
|
||||
path: /volume1/docker/labs/grow-auth/.env
|
||||
- host:
|
||||
name: dockersock
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
- host:
|
||||
name: dockerconfig
|
||||
- name: dockerconfig
|
||||
host:
|
||||
path: /volume1/docker/labs/grow-auth/dockerconfig.json
|
||||
|
||||
# depends_on:
|
||||
|
||||
Reference in New Issue
Block a user