From e0a313dc18b4b57d0afdd9c83e0c7695f4275780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sun, 31 Dec 2023 14:25:12 -0500 Subject: [PATCH] fix(ci): make sure to clone tinymce submodule --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cdbab7..197d6ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,9 @@ stages: - build - deploy +variables: + GIT_SUBMODULE_STRATEGY: recursive + # define the build stage build_stage: stage: build @@ -60,3 +63,4 @@ deploy_production: only: - tags # restrict to specific branch +