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