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

try not syncing

This commit is contained in:
Anson Biggs 2025-06-07 00:23:34 -06:00
parent 30d4eed297
commit 00d5ea14c3

View File

@ -10,9 +10,9 @@ 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 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
- npm ci --cache .npm --prefer-offline - npm ci --cache .npm --prefer-offline
script: script: