From 7f8c8d9d34ad44a0445260bc23508f75f19b3c58 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Sun, 9 Apr 2023 16:30:35 +0200 Subject: [PATCH] Add missing volume to fe build --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index d396f6a..8083aa8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,6 +33,9 @@ name: Build frontend steps: - name: Build frontend image: node:alpine + volumes: + - name: cache + path: /drone-shared commands: - cd frontend - yarn install