From c786a45f52504f275c2d564bf503cd51af28dd8b Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sat, 7 Jun 2025 12:48:22 -0600 Subject: [PATCH] ok I think I do need to do some submodule stuff manually? --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03ef94a..0a1a075 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,8 @@ 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 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 - hash -r