fix: Mise à jour de drone
This commit is contained in:
parent
91480a8fdd
commit
a33dfc9322
28
.drone.yml
28
.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
|
||||
|
|
Loading…
Reference in New Issue