From 03bfcae351367d7a67ff3cb81e3f94327730b317 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 3 Oct 2016 12:59:40 -0400 Subject: [PATCH] circleci better manual submodules clean (#5590) --- circle.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 71107249c7..13bebba228 100644 --- a/circle.yml +++ b/circle.yml @@ -5,9 +5,10 @@ machine: checkout: post: # workaround for known git bug where attempting to fetch a missing commit fails early on the first try - - git submodule update --init || true + - git submodule update --init --recursive || true - git submodule sync --recursive - - git submodule update --init --recursive + - git submodule deinit -f . + - git submodule update --init --recursive --force dependencies: pre: