From 9717575a6d9dedc4ed8776c9677c780b59313b2d Mon Sep 17 00:00:00 2001 From: imi415 Date: Mon, 11 Jan 2021 00:36:40 +0800 Subject: [PATCH] CI: Fixed submodule clone. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e11aba1..e6d2878 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: submodules image: alpine/git commands: - - git submodule update --recursive --remote + - git submodule update --recursive --init - name: build image: registry.aws.minori.work/imi415/arm-none-toolchain:latest