cicd: add dockersock volume to setup_conan step
This commit is contained in:
parent
eb05e55fce
commit
74ef0930d5
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ steps:
|
|||
- docker images
|
||||
|
||||
- name: setup_conan
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
image: ubuntu_amd64
|
||||
environment:
|
||||
CONAN_REVISIONS_ENABLED: "1"
|
||||
|
|
Loading…
Add table
Reference in a new issue