From db313adb517503a3884b4dd4ae4784c0ec523d0d Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sun, 24 Sep 2023 14:55:11 -0700 Subject: [PATCH] remove volumes from drone, its lame --- .drone.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 06108a36..16509d54 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,9 +31,6 @@ steps: - name: docker-build image: plugins/docker - volumes: - - name: cache - path: /usr/local/lib/python3.10/site-packages settings: username: ldooks password: @@ -51,7 +48,6 @@ steps: - push - name: sync_argo - # stage: .post image: python:alpine environment: ARGOCD_TOKEN: @@ -82,8 +78,3 @@ steps: - master event: - push - -volumes: -- name: cache - host: - path: /pip-cache