From 789600e779c9ecb172ca34a897f41b3cb47ce1f8 Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Mon, 17 Oct 2022 15:21:11 +0800 Subject: [PATCH] remove mount --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index beebf7d..73c01c4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,9 +25,6 @@ steps: - name: build image: reg.int.it2000.com.cn/library/node:14.20-bullseye - volumes: - - name: cache - path: ./node_modules commands: - yarn - yarn build