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