From 31af2916ed382d165c2d9f43ded1c6915c845ca5 Mon Sep 17 00:00:00 2001 From: Adam Caprez <acaprez2@unl.edu> Date: Sat, 27 Oct 2018 00:01:22 +0000 Subject: [PATCH] Enable submodule clone. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b9434ef..f5121b18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ variables: DEPLOY_ROOT: "/var/www/html/hcc-docs" + GIT_SUBMODULE_STRATEGY: recursive stages: - deploy -- GitLab