From 1de5983260d2c92bcdc5f64a418f3c6cc5642b4e Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 28 Feb 2023 07:28:25 -0600 Subject: [PATCH] Fix CI not pulling core when building --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80eaa9832..ee6395611 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,11 @@ stages: # TODO: Make stages depending on what is in versionProperties - build_1_18_2 +variables: + # Pull core when building + GIT_SUBMODULE_STRATEGY: recursive + + # 1.18.2 build build_1_18_2: stage: build_1_18_2