From 85d742b533aa595ba538ceb438694eba2d6540de Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sun, 8 Jun 2025 12:07:30 -0600 Subject: [PATCH] Try without depth --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44c78ff..ece6ba6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ 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 clone --depth 1 git@gitlab.com:Anson-Projects/brain.git + - git clone git@gitlab.com:Anson-Projects/brain.git - git subtree add --prefix=content/ brain/ master - hash -r - npm ci --cache .npm --prefer-offline