cicd: add dockersock volume to setup_conan step

This commit is contained in:
light7734 2024-10-14 13:26:48 +03:30
parent eb05e55fce
commit 74ef0930d5
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ steps:
- docker images
- name: setup_conan
volumes:
- name: dockersock
path: /var/run
image: ubuntu_amd64
environment:
CONAN_REVISIONS_ENABLED: "1"