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

turn off submodules for now until I figure out this damn bug

This commit is contained in:
Anson Biggs 2025-06-07 13:21:52 -06:00
parent 937ab53ff0
commit 41a8e737ea

View File

@ -12,8 +12,8 @@ pages:
before_script:
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "git@gitlab.com:"
# - git submodule update --remote
- git submodule sync --recursive
- git submodule update --init --recursive --remote --force
# - git submodule sync --recursive
# - git submodule update --init --recursive --remote --force
- hash -r
- npm ci --cache .npm --prefer-offline
script: