From 56049fdfc0d053c6e3fc7bd5db7cebe61c664aa0 Mon Sep 17 00:00:00 2001 From: Ryan Faircloth Date: Sat, 29 Jun 2019 18:41:21 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a2f4d67..8cc8f3e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,6 +67,8 @@ - setup_remote_docker: docker_layer_caching: true - checkout + - run: git submodule sync + - run: git submodule update --init --recursive - run: name: Docker Login command: docker login -u $DOCKER_USER -p $DOCKER_PASS