From 8e29c322d8dd2ee887d9d31182e3b8723c736379 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sat, 7 Jun 2025 12:59:22 -0600 Subject: [PATCH] try the original way again --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a1a075..b222cfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,9 @@ pages: - 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 update --remote - # - git submodule sync --recursive - # - git submodule update --init --recursive --remote + # - git submodule update --remote + - git submodule sync --recursive + - git submodule update --init --recursive --remote - hash -r - npm ci --cache .npm --prefer-offline script: