cicd: add python env volume
This commit is contained in:
parent
f9a805c2fa
commit
0de981636c
|
@ -11,9 +11,6 @@ volumes:
|
|||
host:
|
||||
path: /var/run/docker.sock
|
||||
|
||||
workspace:
|
||||
path: /opt
|
||||
|
||||
services:
|
||||
- name: docker
|
||||
image: docker:dind
|
||||
|
@ -42,6 +39,9 @@ steps:
|
|||
|
||||
- name: setup_conan
|
||||
image: ubuntu_amd64:latest
|
||||
volumes:
|
||||
- name: python_env
|
||||
path: /opt/venv/
|
||||
pull: if-not-exists
|
||||
environment:
|
||||
CONAN_REVISIONS_ENABLED: "1"
|
||||
|
|
Loading…
Reference in New Issue