Remove unwanted submodules

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/17480/head
John Molakvoæ (skjnldsv) 5 years ago
parent cafa2b5ef0
commit 8b6731b1f0
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
  1. 8
      .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:

Loading…
Cancel
Save