remove volumes from drone, its lame

This commit is contained in:
Luke Robles 2023-09-24 14:55:11 -07:00
parent c4f312931b
commit db313adb51

View File

@ -31,9 +31,6 @@ 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:
@ -51,7 +48,6 @@ steps:
- push - push
- name: sync_argo - name: sync_argo
# stage: .post
image: python:alpine image: python:alpine
environment: environment:
ARGOCD_TOKEN: ARGOCD_TOKEN:
@ -82,8 +78,3 @@ steps:
- master - master
event: event:
- push - push
volumes:
- name: cache
host:
path: /pip-cache