From 3975ec8ce44dec11bb1c9dbe8d85d02e31170a0e Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Wed, 26 Oct 2022 21:30:41 +0100 Subject: [PATCH] Fix cache for CI/CD --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0ffee41..398c558 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,15 +14,12 @@ steps: mount: - ./node_modules - # Other branches - name: install depends image: node:18 - when: - branch: - exclude: - - main commands: - npm install + + # Other branches - name: test image: node:18 when: