Merge pull request #17480 from nextcloud/enhancement/drone/no-submodule-when-not-needed
Remove unnecessary submodules steps
This commit is contained in:
commit
f663154adf
1 changed files with 0 additions and 8 deletions
|
@ -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…
Reference in a new issue