mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-16 01:36:40 +00:00
Revert "Try without depth"
This reverts commit 85d742b533aa595ba538ceb438694eba2d6540de.
This commit is contained in:
parent
ba23eebd94
commit
db9142aeb6
@ -5,7 +5,7 @@ pages:
|
|||||||
- 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 config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:"
|
||||||
- git clone git@gitlab.com:Anson-Projects/brain.git
|
- git clone --depth 1 git@gitlab.com:Anson-Projects/brain.git
|
||||||
- git subtree add --prefix=content/ brain/ master
|
- git subtree add --prefix=content/ brain/ master
|
||||||
- hash -r
|
- hash -r
|
||||||
- npm ci --cache .npm --prefer-offline
|
- npm ci --cache .npm --prefer-offline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user