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
variables:
- &python_image "ghcr.io/astral-sh/uv:python3.13-bookworm-slim"
- &uv_cache_dir "/root/.cache/uv"
- &cache_key "uv-${CI_REPO_NAME}-${CI_COMMIT_BRANCH}"
- &python_image ghcr.io/astral-sh/uv:python3.13-bookworm-slim
- &uv_cache_dir /root/.cache/uv
steps:
lint:
@ -39,4 +38,5 @@ steps:
volumes:
- name: uv-cache
temp: {}
host:
path: /var/lib/woodpecker/cache/uv/${CI_REPO_NAME}/${CI_COMMIT_BRANCH}