From ca2ade8af5d788ed30a3b65afc94288b6fffe003 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 30 Jan 2025 10:47:27 +0100 Subject: [PATCH] trying building with node image --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 926b6ec..dac0b82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,12 +8,12 @@ steps: commands: - git clone https://git.deligraph.be/Antoine/Deligraph-V3 - name: Installation du package - image: alpine/git + image: node commands: - cd Deligraph-V3 - npm install - name: Build du package - image: alpine/git + image: node commands: - cd Deligraph-V3 - npm run production