feat: implement client architecture and sandbox environment #3
@ -8,9 +8,8 @@ when:
|
|||||||
- dev
|
- dev
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &python_image "ghcr.io/astral-sh/uv:python3.13-bookworm-slim"
|
- &python_image ghcr.io/astral-sh/uv:python3.13-bookworm-slim
|
||||||
- &uv_cache_dir "/root/.cache/uv"
|
- &uv_cache_dir /root/.cache/uv
|
||||||
- &cache_key "uv-${CI_REPO_NAME}-${CI_COMMIT_BRANCH}"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
lint:
|
lint:
|
||||||
@ -39,4 +38,5 @@ steps:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: uv-cache
|
- name: uv-cache
|
||||||
temp: {}
|
host:
|
||||||
|
path: /var/lib/woodpecker/cache/uv/${CI_REPO_NAME}/${CI_COMMIT_BRANCH}
|
||||||
|
|||||||
Reference in New Issue
Block a user