From 41a8e737eaa7711ac37c23e3f80d2c369ddd3b95 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sat, 7 Jun 2025 13:21:52 -0600 Subject: [PATCH] turn off submodules for now until I figure out this damn bug --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5dac1e1..15c4fe3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,8 @@ pages: before_script: - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:" # - git submodule update --remote - - git submodule sync --recursive - - git submodule update --init --recursive --remote --force + # - git submodule sync --recursive + # - git submodule update --init --recursive --remote --force - hash -r - npm ci --cache .npm --prefer-offline script: