From 0812dd743fadf43d5917303859581e14cf2c13ff Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 23 Jun 2021 09:24:05 -0400 Subject: [PATCH] update ci scripts to update remote branchs of submodules --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index aa45eb6..942de74 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,7 +1,7 @@ local submodules = { name: 'submodules', image: 'drone/git', - commands: ['git fetch --tags', 'git submodule update --init --recursive --depth=1'] + commands: ['git fetch --tags', 'git submodule update --init --recursive --remote --depth=1'] }; local flutter_builder(name, image, target, build_type, extra_cmds=[], allow_fail=false) = {