diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-10-09 07:44:50 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-10-09 07:44:50 +0200 |
commit | 8b6731b1f09ec2524019d79fd28a113c3618c9c2 (patch) | |
tree | f3a2ea0dae6330a30c5a378fc8e451f5a802c1ec /.drone.yml | |
parent | cafa2b5ef03c987d52df4bc2ebe7438a5cb22350 (diff) | |
download | nextcloud-server-8b6731b1f09ec2524019d79fd28a113c3618c9c2.tar.gz nextcloud-server-8b6731b1f09ec2524019d79fd28a113c3618c9c2.zip |
Remove unwanted submodules
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 24a826794fb..07b4befe906 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: |