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

guess you can't do that

This commit is contained in:
Anson Biggs 2025-06-09 21:47:20 -06:00
parent e82d3da6ef
commit 097f4475eb

View File

@ -4,7 +4,8 @@ pages:
rules: rules:
- if: '$CI_COMMIT_REF_NAME == "v4"' - if: '$CI_COMMIT_REF_NAME == "v4"'
before_script: before_script:
- git clone --depth 1 https://gitlab.com/Anson-Projects/brain.git content - 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 content
- hash -r - hash -r
- npm ci --cache .npm --prefer-offline - npm ci --cache .npm --prefer-offline
script: script: