From 69a4686c60665b4bceba13dfdae7813e4ca4a45f Mon Sep 17 00:00:00 2001 From: Josh Morgenstern <josh@morgenstern.dev> Date: Sat, 29 May 2021 10:43:22 +0200 Subject: [PATCH] [#50] change submodule strategie --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 930ddb13..80573971 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build_ubuntu_gcc: tags: - ubuntu-gcc variables: - GIT_SUBMODULE_STRATEGY: recursive + GIT_SUBMODULE_STRATEGY: normal timeout: 10m retry: 1 before_script: @@ -41,7 +41,7 @@ build_win10_msvc: tags: - win10-msvc variables: - GIT_SUBMODULE_STRATEGY: recursive + GIT_SUBMODULE_STRATEGY: normal timeout: 10m retry: 1 before_script: -- GitLab