From 0de981636cb7a04f57bd335e4bd21d35f7f732b8 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 14:13:39 +0330 Subject: [PATCH] cicd: add python env volume --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index a29d7b2..361a0b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"