Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Add cache volume for check pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
cedk committed Apr 6, 2022
1 parent 9163e91 commit 752034c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ pipeline:
- pip install twine
- python setup.py sdist
- twine check dist/*
volumes:
- cache:/root/.cache

services:
postgresql:
Expand Down

0 comments on commit 752034c

Please sign in to comment.