diff --git a/.drone.yml b/.drone.yml index 3240e51..6c5534d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,8 @@ steps: volumes: - name: poetry_cache path: /root/.cache/pypoetry - + - name: pip_cache + path: /root/.cache/pip - name: publish image: python:3.7.2 commands: @@ -44,7 +45,13 @@ steps: volumes: - name: poetry_cache path: /root/.cache/pypoetry + - name: pip_cache + path: /root/.cache/pip volumes: - name: poetry_cache host: path: /tmp/cache/drone/pypoetry + - name: pip_cache + host: + path: /tmp/cache/drone/pip +