From a33dfc93227bb9a629346787c037245735750bfe Mon Sep 17 00:00:00 2001 From: Simon C Date: Mon, 19 Feb 2024 15:07:10 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Mise=20=C3=A0=20jour=20de=20drone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.drone.yml b/.drone.yml index bbff214..bc2caa1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,14 +47,14 @@ steps: image: alpine/git commands: - git clone --recursive $DRONE_REPO_LINK . - volumes: - - name: source - path: /drone/src/ + # volumes: + # - name: source + # path: /drone/src/ -- name: install submodule - image: drone/git - commands: - - git submodule update --init +# - name: install submodule +# image: drone/git +# commands: +# - git submodule update --init - name: install npm image: node:current-alpine @@ -131,14 +131,14 @@ steps: image: alpine/git commands: - git clone --recursive $DRONE_REPO_LINK . - volumes: - - name: source - path: /drone/src/ +# volumes: +# - name: source +# path: /drone/src/ -- name: install submodule - image: drone/git - commands: - - git submodule update --init +# - name: install submodule +# image: drone/git +# commands: +# - git submodule update --init - name: install npm image: node:current-alpine