From 6223d31dffa9c051abb6aba0a20de2d194797f85 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Tue, 3 Jun 2025 13:25:04 -0600 Subject: [PATCH] made some changes to the brain/ci-cd settings as well --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e6b998..8daed56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,10 @@ stages: - build - deploy +variables: + GIT_SUBMODULE_STRATEGY: recursive + GIT_SUBMODULE_FORCE_HTTPS: "true" + image: node:22 cache: # Cache modules in between jobs key: $CI_COMMIT_REF_SLUG