From 1eacafe1b398c9bcdda2983572cd062c0791d65d Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Wed, 19 May 2021 10:10:50 +0200 Subject: [PATCH] Remove submodules step in pipeline --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8c47ca3..1ba824e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,10 +3,6 @@ type: docker name: build steps: - - name: submodules - image: alpine/git - commands: - - git submodule update --recursive --remote - name: lint checks image: node:14.16-alpine commands: