fix: Mise à jour de drone
This commit is contained in:
28
.drone.yml
28
.drone.yml
@ -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
|
||||||
|
Reference in New Issue
Block a user