ci: bug fixes

This commit is contained in:
Tasnim Kabir Sadik
2026-04-12 03:03:33 +06:00
parent 340ed46df6
commit f3fd6865f9

View File

@ -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}