1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-15 17:26:40 +00:00

idk man try this

This commit is contained in:
Anson Biggs 2025-06-06 18:27:15 -06:00
parent 02d2c1372e
commit 30d4eed297

View File

@ -1,6 +1,7 @@
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_FORCE_HTTPS: "true" GIT_SUBMODULE_FORCE_HTTPS: "true"
GIT_DEPTH: 0
pages: pages:
@ -9,6 +10,7 @@ pages:
rules: rules:
- if: '$CI_COMMIT_REF_NAME == "v4"' - if: '$CI_COMMIT_REF_NAME == "v4"'
before_script: 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 sync --recursive
- git submodule update --init --recursive --remote - git submodule update --init --recursive --remote
- hash -r - hash -r