From e0a3b2aed9d050cccf2583c2b5b45da13fa0b334 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sun, 10 Jul 2022 12:12:41 -0700 Subject: [PATCH] remove unnecessary volume mount from build step image --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ea01911..402eda2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,9 +20,6 @@ steps: - name: build image: node - volumes: - - name: cache - path: /tmp/cache commands: - yarn install # - yarn build