diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-10-09 08:59:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 08:59:20 +0200 |
commit | f663154adfb81848295bbb6ddcc7ac9582c3a475 (patch) | |
tree | ffb8f12d80fab2833509ff0e99861649f81ad1e4 /.drone.yml | |
parent | 2b0f49455d82e5ff79ba95dabb119f2143d7e84f (diff) | |
parent | 8b6731b1f09ec2524019d79fd28a113c3618c9c2 (diff) | |
download | nextcloud-server-f663154adfb81848295bbb6ddcc7ac9582c3a475.tar.gz nextcloud-server-f663154adfb81848295bbb6ddcc7ac9582c3a475.zip |
Merge pull request #17480 from nextcloud/enhancement/drone/no-submodule-when-not-needed
Remove unnecessary submodules steps
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.drone.yml b/.drone.yml index bb57e3c6521..dfc0e18e4c2 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: |