From f2084746b02fe96c4f1c06d20596738091ad09ae Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 9 Feb 2020 23:08:46 +0100 Subject: [PATCH] Checkout recursively in docker step --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 54579647..cc4f3b34 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -232,6 +232,11 @@ jobs: - image: circleci/buildpack-deps:stretch steps: - checkout + - run: + name: "Pull Submodules" + command: | + git submodule init + git submodule update - setup_remote_docker - run: name: Build Docker image