Update drone config with a pip-cache?
This commit is contained in:
parent
f8a6dc5b97
commit
1770db437d
@ -31,6 +31,9 @@ steps:
|
|||||||
|
|
||||||
- name: docker-build
|
- name: docker-build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
volumes:
|
||||||
|
- name: cache
|
||||||
|
path: /usr/local/lib/python3.10/site-packages
|
||||||
settings:
|
settings:
|
||||||
username: ldooks
|
username: ldooks
|
||||||
password:
|
password:
|
||||||
@ -47,6 +50,11 @@ steps:
|
|||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: cache
|
||||||
|
host:
|
||||||
|
path: /pip-cache
|
||||||
|
|
||||||
- name: sync_argo
|
- name: sync_argo
|
||||||
# stage: .post
|
# stage: .post
|
||||||
image: python:alpine
|
image: python:alpine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user