fix: Mise à jour de drone
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

This commit is contained in:
Simon 2024-02-19 15:07:10 +01:00
parent 91480a8fdd
commit a33dfc9322
1 changed files with 14 additions and 14 deletions

View File

@ -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