This commit is contained in:
parent
16e21bf7a6
commit
8cd5c23cf4
@ -22,7 +22,8 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: poetry_cache
|
- name: poetry_cache
|
||||||
path: /root/.cache/pypoetry
|
path: /root/.cache/pypoetry
|
||||||
|
- name: pip_cache
|
||||||
|
path: /root/.cache/pip
|
||||||
- name: publish
|
- name: publish
|
||||||
image: python:3.7.2
|
image: python:3.7.2
|
||||||
commands:
|
commands:
|
||||||
@ -44,7 +45,13 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: poetry_cache
|
- name: poetry_cache
|
||||||
path: /root/.cache/pypoetry
|
path: /root/.cache/pypoetry
|
||||||
|
- name: pip_cache
|
||||||
|
path: /root/.cache/pip
|
||||||
volumes:
|
volumes:
|
||||||
- name: poetry_cache
|
- name: poetry_cache
|
||||||
host:
|
host:
|
||||||
path: /tmp/cache/drone/pypoetry
|
path: /tmp/cache/drone/pypoetry
|
||||||
|
- name: pip_cache
|
||||||
|
host:
|
||||||
|
path: /tmp/cache/drone/pip
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user