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