mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-24 23:31:29 +00:00
idk man try this
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
GIT_SUBMODULE_FORCE_HTTPS: "true"
|
||||
GIT_DEPTH: 0
|
||||
|
||||
|
||||
pages:
|
||||
@@ -9,6 +10,7 @@ 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
|
||||
- hash -r
|
||||
|
Reference in New Issue
Block a user