From 8b6731b1f09ec2524019d79fd28a113c3618c9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 9 Oct 2019 07:44:50 +0200 Subject: [PATCH] Remove unwanted submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .drone.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 24a826794fb..07b4befe906 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,10 +2,6 @@ kind: pipeline name: jsunit steps: -- name: submodules - image: docker:git - commands: - - git submodule update --init - name: jsunit image: nextcloudci/jsunit:jsunit-5 commands: @@ -74,10 +70,6 @@ kind: pipeline name: handlebars steps: -- name: submodules - image: docker:git - commands: - - git submodule update --init - name: handlebars image: node commands: