cicd: change $HOME to /root/

This commit is contained in:
light7734 2024-10-14 21:25:14 +03:30
parent ec773298fd
commit 6c9e2426f6
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ volumes:
- name: conan
host:
path: $HOME/.conan2/
path: /root/.conan2/
services:
@ -68,7 +68,7 @@ steps:
- name: py
path: /opt/venv/
- name: conan
path: $HOME/.conan2
path: /root/.conan2
commands:
- . /opt/venv/bin/activate
@ -90,7 +90,7 @@ steps:
- name: py
path: /opt/venv/
- name: conan
path: $HOME/.conan2
path: /root/.conan2
commands:
- . /opt/venv/bin/activate