From 52c790b1847eba0659a6c63f4b144112c8b78304 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 24 Jun 2016 20:21:46 -0400 Subject: [PATCH] circleci sync submodules recursive --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 4eae4127a725..9c6d84e4af44 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,7 @@ machine: checkout: post: - - git submodule sync + - git submodule sync --recursive - git submodule update --init --recursive ## Customize dependencies