cicd: add dockersock volume to setup_conan step
This commit is contained in:
parent
eb05e55fce
commit
74ef0930d5
|
@ -45,6 +45,9 @@ steps:
|
||||||
- docker images
|
- docker images
|
||||||
|
|
||||||
- name: setup_conan
|
- name: setup_conan
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run
|
||||||
image: ubuntu_amd64
|
image: ubuntu_amd64
|
||||||
environment:
|
environment:
|
||||||
CONAN_REVISIONS_ENABLED: "1"
|
CONAN_REVISIONS_ENABLED: "1"
|
||||||
|
|
Loading…
Reference in New Issue