From 62385a9bf6a15af5f3aaba89259759e172b582fc Mon Sep 17 00:00:00 2001 From: tuanvu Date: Mon, 16 Feb 2026 16:53:55 +0100 Subject: [PATCH] git recursive? --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbad769..62f33da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ build_frontend: dependencies: - check_app_update script: + - git submodule update --init --recursive - source variables.env || true - if [ "$NEW_COMMIT" != "true" ]; then echo "No new commit, skipping build";