diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14ee54f..d2e2af6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,6 @@ build_frontend: - check_app_update script: - source variables.env || true - - git submodule update --init --recursive - if [ "$NEW_COMMIT" != "true" ]; then echo "No new commit, skipping build"; exit 0;