From 0584dead4a6471ba6cb05d1b307fa0b1e576c5ef Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 30 Jan 2025 10:43:54 +0100 Subject: [PATCH] changing bulding iamlge from alpine to alpine/git --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ab11599..7ee4bd5 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 + image: alpine/git commands: - cd Deligraph-V3 - npm install - name: Build du package - image: alpine + image: alpine/git commands: - cd Deligraph-V3 - npm run production