From 7ebc8e5827e9ccc7d57a5d5926271691edb124e4 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Wed, 11 Mar 2020 13:35:58 +0100 Subject: [PATCH] remove submodule step in drone pipeline --- .drone.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index e12cc0e..94fec2f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,13 +6,6 @@ trigger: - master steps: - - name: submodules - image: alpine/git - commands: - - git submodule init - - git submodule update --recursive --remote - - git submodule - - name: build image: ariejan/drone-hugo settings: