From 49be9f84e0d76155b764f25417a014c4e2489f47 Mon Sep 17 00:00:00 2001 From: Daya S Khudia Date: Tue, 14 May 2019 14:38:15 -0700 Subject: fix circleci build with submodules Summary: checkout submodules in circleci build Reviewed By: jianyuh Differential Revision: D15342627 fbshipit-source-id: 02b92497dff941c535047c0073399d4cfcfdccee --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c5fd4f0..0366455 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,10 @@ jobs: - image: buildpack-deps:xenial steps: - checkout + - run: + name: Pull submodules + command: | + git submodule update --init --recursive - run: name: Install prerequisites -- cgit v1.2.3