From 1dc9ad5887b5231454725a7df845752d76ee24e5 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sun, 24 Sep 2023 14:49:23 -0700 Subject: [PATCH] update drone config --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index fb3327a0..06108a36 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,11 +50,6 @@ steps: event: - push -volumes: -- name: cache - host: - path: /pip-cache - - name: sync_argo # stage: .post image: python:alpine @@ -86,4 +81,9 @@ volumes: branch: - master event: - - push \ No newline at end of file + - push + +volumes: +- name: cache + host: + path: /pip-cache