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 image: alpine/git
commands: commands:
- git clone --recursive $DRONE_REPO_LINK . - git clone --recursive $DRONE_REPO_LINK .
volumes: # volumes:
- name: source # - name: source
path: /drone/src/ # path: /drone/src/
- name: install submodule # - name: install submodule
image: drone/git # image: drone/git
commands: # commands:
- git submodule update --init # - git submodule update --init
- name: install npm - name: install npm
image: node:current-alpine image: node:current-alpine
@ -131,14 +131,14 @@ steps:
image: alpine/git image: alpine/git
commands: commands:
- git clone --recursive $DRONE_REPO_LINK . - git clone --recursive $DRONE_REPO_LINK .
volumes: # volumes:
- name: source # - name: source
path: /drone/src/ # path: /drone/src/
- name: install submodule # - name: install submodule
image: drone/git # image: drone/git
commands: # commands:
- git submodule update --init # - git submodule update --init
- name: install npm - name: install npm
image: node:current-alpine image: node:current-alpine