diff --git a/.drone.yml b/.drone.yml index fdda3cc..1cbda8f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,9 +8,6 @@ workspace: steps: - name: yarn install image: node:latest - volumes: - - name: module_cache - path: ./node_modules commands: - yarn install @@ -49,10 +46,6 @@ trigger: event: - push -volumes: -- name: module_cache - temp: {} - --- kind: pipeline type: docker @@ -64,9 +57,6 @@ workspace: steps: - name: yarn install image: node:latest - volumes: - - name: module_cache - path: ./node_modules commands: - yarn install @@ -100,10 +90,6 @@ trigger: event: - push -volumes: -- name: module_cache - temp: {} - --- kind: pipeline type: docker