remove submodule step in drone pipeline

This commit is contained in:
Ariejan de Vroom 2020-03-11 13:35:58 +01:00
parent 1bf31a2e83
commit 7ebc8e5827

View File

@ -6,13 +6,6 @@ trigger:
- master - master
steps: steps:
- name: submodules
image: alpine/git
commands:
- git submodule init
- git submodule update --recursive --remote
- git submodule
- name: build - name: build
image: ariejan/drone-hugo image: ariejan/drone-hugo
settings: settings: