From f03c0bd6a9f5258b4d8742d205860ae781d4d2c9 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 4 Apr 2022 17:32:44 +0200 Subject: [PATCH] dont pull submodule main branch in ci --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 221467a..81776dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: alpine/git commands: - git submodule init - - git submodule update --recursive --remote + - git submodule update --recursive - name: yarn image: node:14-alpine