From 00d5ea14c362cc95970c75afff821ee87e57f2e4 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sat, 7 Jun 2025 00:23:34 -0600 Subject: [PATCH] try not syncing --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03edefd..03ef94a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,9 +10,9 @@ pages: rules: - if: '$CI_COMMIT_REF_NAME == "v4"' before_script: - - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:" - - git submodule sync --recursive - - git submodule update --init --recursive --remote + # - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:" + # - git submodule sync --recursive + # - git submodule update --init --recursive --remote - hash -r - npm ci --cache .npm --prefer-offline script: