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