Update drone config with a pip-cache?

This commit is contained in:
Luke Robles 2023-09-24 14:32:05 -07:00
parent f8a6dc5b97
commit 1770db437d

View File

@ -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