mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Add comments
This commit is contained in:
parent
d949a0d534
commit
73aa0f0c8a
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ steps:
|
||||||
- ruff check src/. --no-fix --diff
|
- ruff check src/. --no-fix --diff
|
||||||
- isort --check --diff src/.
|
- isort --check --diff src/.
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.uv:/.cache/uv
|
- /tmp/.uv:/.cache/uv # Optimization: Shared UV cache on local build server
|
||||||
- name: discord
|
- name: discord
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -58,7 +58,7 @@ steps:
|
||||||
- export PATH=".venv/bin:$PATH"
|
- export PATH=".venv/bin:$PATH"
|
||||||
- pytest --cov
|
- pytest --cov
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.uv:/.cache/uv
|
- /tmp/.uv:/.cache/uv # Optimization: Shared UV cache on local build server
|
||||||
- name: discord
|
- name: discord
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue