]> Untitled Git - lemmy.git/blobdiff - .drone.yml
Moving docs to join.lemmy.ml . Fixes #1396 (#1410)
[lemmy.git] / .drone.yml
index 425736600b73363e91fdd94e14f7257ec1b4b84c..807d6c991cc1067a889696dc9a17358e287df68c 100644 (file)
@@ -8,12 +8,6 @@ platform:
 
 steps:
 
-  - name: fetch git submodules
-    image: node:15-alpine3.12
-    commands:
-      - apk add git
-      - git submodule update --init --recursive --remote
-
   - name: chown repo
     image: ekidd/rust-musl-builder:1.47.0
     user: root
@@ -108,12 +102,6 @@ platform:
 
 steps:
 
-  - name: fetch git submodules
-    image: node:15-alpine3.12
-    commands:
-      - apk add git
-      - git submodule update --init --recursive --remote
-
   - name: cargo test
     image: rust:1.47-slim-buster
     environment: