From 091f9f4a8c886f32d1ee839f0d9a6fca532d36f5 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 8 Oct 2018 13:59:52 +0800 Subject: [PATCH] gitlab-ci: update submodule --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5471b11..35cdefc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ variables: LC_ALL: "C.UTF-8" LANG: "en_US.UTF-8" LANGUAGE: "en_US.UTF-8" + GIT_SUBMODULE_STRATEGY: recursive + before_script: - bundle install -j 24 -- 2.43.0