Merge pull request #17480 from nextcloud/enhancement/drone/no-submodule-when-not-needed

Remove unnecessary submodules steps
This commit is contained in:
Roeland Jago Douma 2019-10-09 08:59:20 +02:00 committed by GitHub
commit f663154adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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: