Browse Source

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

Remove unnecessary submodules steps
Roeland Jago Douma 4 years ago
parent
commit
f663154adf
1 changed files with 0 additions and 8 deletions
  1. 0 8
      .drone.yml

+ 0 - 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: